@plaidev/karte-action-sdk 1.1.255 → 1.1.256

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.
@@ -1291,53 +1291,76 @@
1291
1291
  },
1292
1292
  {
1293
1293
  "kind": "Variable",
1294
- "canonicalReference": "@plaidev/karte-action-sdk!beforeUpdate:var",
1295
- "docComment": "/**\n * エレメントを更新する前に実行される関数の登録\n *\n * @param fn - マウントしたときに実行される関数\n */\n",
1294
+ "canonicalReference": "@plaidev/karte-action-sdk!AVATAR_SHAPE:var",
1295
+ "docComment": "",
1296
1296
  "excerptTokens": [
1297
1297
  {
1298
1298
  "kind": "Content",
1299
- "text": "beforeUpdate: "
1299
+ "text": "AVATAR_SHAPE: "
1300
1300
  },
1301
1301
  {
1302
1302
  "kind": "Content",
1303
- "text": "typeof "
1303
+ "text": "{\n readonly circle: \"\\u30B5\\u30FC\\u30AF\\u30EB\";\n readonly square: \"\\u30B9\\u30AF\\u30A8\\u30A2\";\n}"
1304
+ }
1305
+ ],
1306
+ "fileUrlPath": "dist/index.es.d.ts",
1307
+ "isReadonly": true,
1308
+ "releaseTag": "Public",
1309
+ "name": "AVATAR_SHAPE",
1310
+ "variableTypeTokenRange": {
1311
+ "startIndex": 1,
1312
+ "endIndex": 2
1313
+ }
1314
+ },
1315
+ {
1316
+ "kind": "Variable",
1317
+ "canonicalReference": "@plaidev/karte-action-sdk!AVATAR_SIZE:var",
1318
+ "docComment": "",
1319
+ "excerptTokens": [
1320
+ {
1321
+ "kind": "Content",
1322
+ "text": "AVATAR_SIZE: "
1304
1323
  },
1305
1324
  {
1306
- "kind": "Reference",
1307
- "text": "beforeUpdateSvelte",
1308
- "canonicalReference": "svelte!beforeUpdate:function"
1325
+ "kind": "Content",
1326
+ "text": "{\n readonly extra_small: \"XS\\uFF0848 x 48\\uFF09\";\n readonly small: \"S\\uFF0864 x 64\\uFF09\";\n readonly medium: \"M\\uFF0888 x 88\\uFF09\";\n readonly large: \"L\\uFF08108 x 108\\uFF09\";\n readonly extra_large: \"XL\\uFF08128 x 128\\uFF09\";\n}"
1309
1327
  }
1310
1328
  ],
1311
1329
  "fileUrlPath": "dist/index.es.d.ts",
1312
1330
  "isReadonly": true,
1313
1331
  "releaseTag": "Public",
1314
- "name": "beforeUpdate",
1332
+ "name": "AVATAR_SIZE",
1315
1333
  "variableTypeTokenRange": {
1316
1334
  "startIndex": 1,
1317
- "endIndex": 3
1335
+ "endIndex": 2
1318
1336
  }
1319
1337
  },
1320
1338
  {
1321
- "kind": "Function",
1322
- "canonicalReference": "@plaidev/karte-action-sdk!closeAction:function(1)",
1323
- "docComment": "/**\n * アクションを閉じる\n *\n * @param trigger - 閉じた時のトリガー。デフォルト `'none'`\n *\n * @public\n */\n",
1339
+ "kind": "TypeAlias",
1340
+ "canonicalReference": "@plaidev/karte-action-sdk!AvatarProps:type",
1341
+ "docComment": "",
1324
1342
  "excerptTokens": [
1325
1343
  {
1326
1344
  "kind": "Content",
1327
- "text": "declare function closeAction(trigger?: "
1345
+ "text": "type AvatarProps = "
1328
1346
  },
1329
1347
  {
1330
1348
  "kind": "Reference",
1331
- "text": "CloseTrigger",
1332
- "canonicalReference": "@plaidev/karte-action-sdk!CloseTrigger:type"
1349
+ "text": "CommonProps",
1350
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type"
1333
1351
  },
1334
1352
  {
1335
1353
  "kind": "Content",
1336
- "text": "): "
1354
+ "text": " & {\n size?: number;\n shape?: keyof typeof "
1355
+ },
1356
+ {
1357
+ "kind": "Reference",
1358
+ "text": "AVATAR_SHAPE",
1359
+ "canonicalReference": "@plaidev/karte-action-sdk!AVATAR_SHAPE:var"
1337
1360
  },
1338
1361
  {
1339
1362
  "kind": "Content",
1340
- "text": "void"
1363
+ "text": ";\n image?: string;\n caption?: string;\n alt?: string;\n bordered?: boolean;\n}"
1341
1364
  },
1342
1365
  {
1343
1366
  "kind": "Content",
@@ -1345,36 +1368,34 @@
1345
1368
  }
1346
1369
  ],
1347
1370
  "fileUrlPath": "dist/index.es.d.ts",
1348
- "returnTypeTokenRange": {
1349
- "startIndex": 3,
1350
- "endIndex": 4
1351
- },
1352
1371
  "releaseTag": "Public",
1353
- "overloadIndex": 1,
1354
- "parameters": [
1355
- {
1356
- "parameterName": "trigger",
1357
- "parameterTypeTokenRange": {
1358
- "startIndex": 1,
1359
- "endIndex": 2
1360
- },
1361
- "isOptional": true
1362
- }
1363
- ],
1364
- "name": "closeAction"
1372
+ "name": "AvatarProps",
1373
+ "typeTokenRange": {
1374
+ "startIndex": 1,
1375
+ "endIndex": 5
1376
+ }
1365
1377
  },
1366
1378
  {
1367
1379
  "kind": "TypeAlias",
1368
- "canonicalReference": "@plaidev/karte-action-sdk!CloseTrigger:type",
1369
- "docComment": "/**\n * 閉じるアクショントリガー\n *\n * @public\n */\n",
1380
+ "canonicalReference": "@plaidev/karte-action-sdk!BackgroundColorProps:type",
1381
+ "docComment": "",
1370
1382
  "excerptTokens": [
1371
1383
  {
1372
1384
  "kind": "Content",
1373
- "text": "type CloseTrigger = "
1385
+ "text": "type BackgroundColorProps = "
1374
1386
  },
1375
1387
  {
1376
1388
  "kind": "Content",
1377
- "text": "\"button\" | \"overlay\" | \"auto\" | \"none\""
1389
+ "text": "{\n backgroundColor: "
1390
+ },
1391
+ {
1392
+ "kind": "Reference",
1393
+ "text": "Properties",
1394
+ "canonicalReference": "csstype!Properties:interface"
1395
+ },
1396
+ {
1397
+ "kind": "Content",
1398
+ "text": "[\"backgroundColor\"];\n}"
1378
1399
  },
1379
1400
  {
1380
1401
  "kind": "Content",
@@ -1383,123 +1404,123 @@
1383
1404
  ],
1384
1405
  "fileUrlPath": "dist/index.es.d.ts",
1385
1406
  "releaseTag": "Public",
1386
- "name": "CloseTrigger",
1407
+ "name": "BackgroundColorProps",
1387
1408
  "typeTokenRange": {
1388
1409
  "startIndex": 1,
1389
- "endIndex": 2
1410
+ "endIndex": 4
1390
1411
  }
1391
1412
  },
1392
1413
  {
1393
- "kind": "Function",
1394
- "canonicalReference": "@plaidev/karte-action-sdk!collection:function(1)",
1395
- "docComment": "/**\n * アクションテーブルを管理するメソッドを取得する\n *\n * @param config - アクションテーブル設定情報\n *\n * @returns メソッドを返します\n *\n * @public\n */\n",
1414
+ "kind": "TypeAlias",
1415
+ "canonicalReference": "@plaidev/karte-action-sdk!BackgroundImageProps:type",
1416
+ "docComment": "",
1396
1417
  "excerptTokens": [
1397
1418
  {
1398
1419
  "kind": "Content",
1399
- "text": "declare function collection(config: "
1400
- },
1401
- {
1402
- "kind": "Reference",
1403
- "text": "CollectionConfig",
1404
- "canonicalReference": "@plaidev/karte-action-sdk!CollectionConfig:type"
1405
- },
1406
- {
1407
- "kind": "Content",
1408
- "text": "): "
1420
+ "text": "type BackgroundImageProps = "
1409
1421
  },
1410
1422
  {
1411
1423
  "kind": "Content",
1412
- "text": "{\n get(key: string | "
1413
- },
1414
- {
1415
- "kind": "Reference",
1416
- "text": "Array",
1417
- "canonicalReference": "!Array:interface"
1424
+ "text": "{\n backgroundImageUrl: string;\n}"
1418
1425
  },
1419
1426
  {
1420
1427
  "kind": "Content",
1421
- "text": "<string>, cb: (err: "
1422
- },
1423
- {
1424
- "kind": "Reference",
1425
- "text": "Error",
1426
- "canonicalReference": "!Error:interface"
1427
- },
1428
+ "text": ";"
1429
+ }
1430
+ ],
1431
+ "fileUrlPath": "dist/index.es.d.ts",
1432
+ "releaseTag": "Public",
1433
+ "name": "BackgroundImageProps",
1434
+ "typeTokenRange": {
1435
+ "startIndex": 1,
1436
+ "endIndex": 2
1437
+ }
1438
+ },
1439
+ {
1440
+ "kind": "Variable",
1441
+ "canonicalReference": "@plaidev/karte-action-sdk!beforeUpdate:var",
1442
+ "docComment": "/**\n * エレメントを更新する前に実行される関数の登録\n *\n * @param fn - マウントしたときに実行される関数\n */\n",
1443
+ "excerptTokens": [
1428
1444
  {
1429
1445
  "kind": "Content",
1430
- "text": " | null, items?: "
1431
- },
1432
- {
1433
- "kind": "Reference",
1434
- "text": "ActionTableResult",
1435
- "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableResult:type"
1446
+ "text": "beforeUpdate: "
1436
1447
  },
1437
1448
  {
1438
1449
  "kind": "Content",
1439
- "text": " | "
1450
+ "text": "typeof "
1440
1451
  },
1441
1452
  {
1442
1453
  "kind": "Reference",
1443
- "text": "Array",
1444
- "canonicalReference": "!Array:interface"
1445
- },
1454
+ "text": "beforeUpdateSvelte",
1455
+ "canonicalReference": "svelte!beforeUpdate:function"
1456
+ }
1457
+ ],
1458
+ "fileUrlPath": "dist/index.es.d.ts",
1459
+ "isReadonly": true,
1460
+ "releaseTag": "Public",
1461
+ "name": "beforeUpdate",
1462
+ "variableTypeTokenRange": {
1463
+ "startIndex": 1,
1464
+ "endIndex": 3
1465
+ }
1466
+ },
1467
+ {
1468
+ "kind": "TypeAlias",
1469
+ "canonicalReference": "@plaidev/karte-action-sdk!BorderProps:type",
1470
+ "docComment": "",
1471
+ "excerptTokens": [
1446
1472
  {
1447
1473
  "kind": "Content",
1448
- "text": "<"
1449
- },
1450
- {
1451
- "kind": "Reference",
1452
- "text": "ActionTableResult",
1453
- "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableResult:type"
1474
+ "text": "type BorderProps = "
1454
1475
  },
1455
1476
  {
1456
1477
  "kind": "Content",
1457
- "text": ">) => void): void;\n getByQuery(query_name: string, params: "
1478
+ "text": "{\n borderTopWidth?: "
1458
1479
  },
1459
1480
  {
1460
1481
  "kind": "Reference",
1461
- "text": "ActionTableQueryParams",
1462
- "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableQueryParams:type"
1482
+ "text": "Properties",
1483
+ "canonicalReference": "csstype!Properties:interface"
1463
1484
  },
1464
1485
  {
1465
1486
  "kind": "Content",
1466
- "text": ", options: {\n ignore_fields?: string[];\n } | null | undefined, cb: (err: "
1487
+ "text": "[\"borderTopWidth\"];\n borderLeftWidth?: "
1467
1488
  },
1468
1489
  {
1469
1490
  "kind": "Reference",
1470
- "text": "Error",
1471
- "canonicalReference": "!Error:interface"
1491
+ "text": "Properties",
1492
+ "canonicalReference": "csstype!Properties:interface"
1472
1493
  },
1473
1494
  {
1474
1495
  "kind": "Content",
1475
- "text": " | null, items?: "
1496
+ "text": "[\"borderLeftWidth\"];\n borderRightWidth?: "
1476
1497
  },
1477
1498
  {
1478
1499
  "kind": "Reference",
1479
- "text": "Array",
1480
- "canonicalReference": "!Array:interface"
1500
+ "text": "Properties",
1501
+ "canonicalReference": "csstype!Properties:interface"
1481
1502
  },
1482
1503
  {
1483
1504
  "kind": "Content",
1484
- "text": "<"
1505
+ "text": "[\"borderRightWidth\"];\n borderBottomWidth?: "
1485
1506
  },
1486
1507
  {
1487
1508
  "kind": "Reference",
1488
- "text": "ActionTableResult",
1489
- "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableResult:type"
1509
+ "text": "Properties",
1510
+ "canonicalReference": "csstype!Properties:interface"
1490
1511
  },
1491
1512
  {
1492
1513
  "kind": "Content",
1493
- "text": ">) => void): void;\n set(key: string, value: string, cb: (err: "
1514
+ "text": "[\"borderBottomWidth\"];\n borderColor?: "
1494
1515
  },
1495
1516
  {
1496
1517
  "kind": "Reference",
1497
- "text": "Error",
1498
- "canonicalReference": "!Error:interface"
1518
+ "text": "Properties",
1519
+ "canonicalReference": "csstype!Properties:interface"
1499
1520
  },
1500
1521
  {
1501
1522
  "kind": "Content",
1502
- "text": " | null) => void): void;\n}"
1523
+ "text": "[\"borderColor\"];\n}"
1503
1524
  },
1504
1525
  {
1505
1526
  "kind": "Content",
@@ -1507,204 +1528,230 @@
1507
1528
  }
1508
1529
  ],
1509
1530
  "fileUrlPath": "dist/index.es.d.ts",
1510
- "returnTypeTokenRange": {
1511
- "startIndex": 3,
1512
- "endIndex": 24
1513
- },
1514
1531
  "releaseTag": "Public",
1515
- "overloadIndex": 1,
1516
- "parameters": [
1517
- {
1518
- "parameterName": "config",
1519
- "parameterTypeTokenRange": {
1520
- "startIndex": 1,
1521
- "endIndex": 2
1522
- },
1523
- "isOptional": false
1524
- }
1525
- ],
1526
- "name": "collection"
1532
+ "name": "BorderProps",
1533
+ "typeTokenRange": {
1534
+ "startIndex": 1,
1535
+ "endIndex": 12
1536
+ }
1527
1537
  },
1528
1538
  {
1529
- "kind": "TypeAlias",
1530
- "canonicalReference": "@plaidev/karte-action-sdk!CollectionConfig:type",
1531
- "docComment": "/**\n * アクションテーブルの設定情報\n *\n * @param api_key - API Key\n *\n * @param table - テーブル名\n *\n * @param endpoint - エンドポイント / 指定がない場合はデフォルトのエンドポイントを使用します。検証用途以外での通常利用では指定なしで大丈夫です。\n */\n",
1539
+ "kind": "Variable",
1540
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_COLOR:var",
1541
+ "docComment": "",
1532
1542
  "excerptTokens": [
1533
1543
  {
1534
1544
  "kind": "Content",
1535
- "text": "type CollectionConfig = "
1536
- },
1537
- {
1538
- "kind": "Content",
1539
- "text": "{\n api_key: string;\n table: string;\n endpoint?: string;\n}"
1545
+ "text": "BUTTON_COLOR: "
1540
1546
  },
1541
1547
  {
1542
1548
  "kind": "Content",
1543
- "text": ";"
1549
+ "text": "{\n readonly default: \"\\u30C7\\u30D5\\u30A9\\u30EB\\u30C8\";\n readonly theme: \"\\u30C6\\u30FC\\u30DE\\u30AB\\u30E9\\u30FC\";\n readonly alert: \"\\u30A2\\u30E9\\u30FC\\u30C8\";\n readonly transparent: \"\\u80CC\\u666F\\u306A\\u3057\";\n}"
1544
1550
  }
1545
1551
  ],
1546
1552
  "fileUrlPath": "dist/index.es.d.ts",
1553
+ "isReadonly": true,
1547
1554
  "releaseTag": "Public",
1548
- "name": "CollectionConfig",
1549
- "typeTokenRange": {
1555
+ "name": "BUTTON_COLOR",
1556
+ "variableTypeTokenRange": {
1550
1557
  "startIndex": 1,
1551
1558
  "endIndex": 2
1552
1559
  }
1553
1560
  },
1554
1561
  {
1555
- "kind": "Function",
1556
- "canonicalReference": "@plaidev/karte-action-sdk!create:function(1)",
1557
- "docComment": "/**\n * アクションを作成する\n *\n * @param App - Svelte コンポーネントのエントリポイント\n *\n * @param options - {@link ActionOptions | オプション}\n *\n * @returns アクションを破棄する関数\n *\n * @public\n */\n",
1562
+ "kind": "Variable",
1563
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_ICON_ANGLE:var",
1564
+ "docComment": "",
1558
1565
  "excerptTokens": [
1559
1566
  {
1560
1567
  "kind": "Content",
1561
- "text": "declare function create<Props extends "
1562
- },
1563
- {
1564
- "kind": "Reference",
1565
- "text": "ModalProps",
1566
- "canonicalReference": "@plaidev/karte-action-sdk!~ModalProps:type"
1568
+ "text": "BUTTON_ICON_ANGLE: "
1567
1569
  },
1568
1570
  {
1569
1571
  "kind": "Content",
1570
- "text": ", Variables, VariablesQuery extends "
1571
- },
1572
- {
1573
- "kind": "Reference",
1574
- "text": "Array",
1575
- "canonicalReference": "!Array:interface"
1576
- },
1572
+ "text": "{\n readonly row: \"\\u5DE6\\u5074\";\n readonly \"row-reverse\": \"\\u53F3\\u5074\";\n}"
1573
+ }
1574
+ ],
1575
+ "fileUrlPath": "dist/index.es.d.ts",
1576
+ "isReadonly": true,
1577
+ "releaseTag": "Public",
1578
+ "name": "BUTTON_ICON_ANGLE",
1579
+ "variableTypeTokenRange": {
1580
+ "startIndex": 1,
1581
+ "endIndex": 2
1582
+ }
1583
+ },
1584
+ {
1585
+ "kind": "Variable",
1586
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_LINK_TARGET:var",
1587
+ "docComment": "",
1588
+ "excerptTokens": [
1577
1589
  {
1578
1590
  "kind": "Content",
1579
- "text": "<"
1591
+ "text": "BUTTON_LINK_TARGET: "
1580
1592
  },
1581
1593
  {
1582
- "kind": "Reference",
1583
- "text": "VariableQuery",
1584
- "canonicalReference": "@plaidev/karte-action-sdk!~VariableQuery:type"
1585
- },
1594
+ "kind": "Content",
1595
+ "text": "{\n readonly _self: \"\\u753B\\u9762\\u5185\\u9077\\u79FB\";\n readonly _blank: \"\\u5225\\u30BF\\u30D6\\u3067\\u958B\\u304F\";\n}"
1596
+ }
1597
+ ],
1598
+ "fileUrlPath": "dist/index.es.d.ts",
1599
+ "isReadonly": true,
1600
+ "releaseTag": "Public",
1601
+ "name": "BUTTON_LINK_TARGET",
1602
+ "variableTypeTokenRange": {
1603
+ "startIndex": 1,
1604
+ "endIndex": 2
1605
+ }
1606
+ },
1607
+ {
1608
+ "kind": "Variable",
1609
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_ROUND:var",
1610
+ "docComment": "",
1611
+ "excerptTokens": [
1586
1612
  {
1587
1613
  "kind": "Content",
1588
- "text": ">"
1614
+ "text": "BUTTON_ROUND: "
1589
1615
  },
1590
1616
  {
1591
1617
  "kind": "Content",
1592
- "text": ">(App: "
1618
+ "text": "{\n readonly default: \"\\u30C7\\u30D5\\u30A9\\u30EB\\u30C8\";\n readonly none: \"\\u306A\\u3057\";\n readonly fulled: \"\\u5186\\u5F62\";\n}"
1619
+ }
1620
+ ],
1621
+ "fileUrlPath": "dist/index.es.d.ts",
1622
+ "isReadonly": true,
1623
+ "releaseTag": "Public",
1624
+ "name": "BUTTON_ROUND",
1625
+ "variableTypeTokenRange": {
1626
+ "startIndex": 1,
1627
+ "endIndex": 2
1628
+ }
1629
+ },
1630
+ {
1631
+ "kind": "Variable",
1632
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_SIZE:var",
1633
+ "docComment": "",
1634
+ "excerptTokens": [
1635
+ {
1636
+ "kind": "Content",
1637
+ "text": "BUTTON_SIZE: "
1593
1638
  },
1594
1639
  {
1595
1640
  "kind": "Content",
1596
- "text": "typeof "
1641
+ "text": "{\n readonly extra_small: \"XSmall\";\n readonly small: \"Small\";\n readonly medium: \"Medium\";\n readonly large: \"Large\";\n readonly extra_large: \"XLarge\";\n}"
1642
+ }
1643
+ ],
1644
+ "fileUrlPath": "dist/index.es.d.ts",
1645
+ "isReadonly": true,
1646
+ "releaseTag": "Public",
1647
+ "name": "BUTTON_SIZE",
1648
+ "variableTypeTokenRange": {
1649
+ "startIndex": 1,
1650
+ "endIndex": 2
1651
+ }
1652
+ },
1653
+ {
1654
+ "kind": "TypeAlias",
1655
+ "canonicalReference": "@plaidev/karte-action-sdk!ButtonProps:type",
1656
+ "docComment": "",
1657
+ "excerptTokens": [
1658
+ {
1659
+ "kind": "Content",
1660
+ "text": "type ButtonProps = "
1597
1661
  },
1598
1662
  {
1599
1663
  "kind": "Reference",
1600
- "text": "SvelteComponentDev",
1601
- "canonicalReference": "svelte!SvelteComponentDev:class"
1664
+ "text": "CommonProps",
1665
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type"
1602
1666
  },
1603
1667
  {
1604
1668
  "kind": "Content",
1605
- "text": ", options?: "
1669
+ "text": " & {\n label?: string;\n size?: keyof typeof "
1606
1670
  },
1607
1671
  {
1608
1672
  "kind": "Reference",
1609
- "text": "ActionOptions",
1610
- "canonicalReference": "@plaidev/karte-action-sdk!ActionOptions:interface"
1673
+ "text": "BUTTON_SIZE",
1674
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_SIZE:var"
1611
1675
  },
1612
1676
  {
1613
1677
  "kind": "Content",
1614
- "text": "<Props, Variables & "
1678
+ "text": ";\n color?: keyof typeof "
1615
1679
  },
1616
1680
  {
1617
1681
  "kind": "Reference",
1618
- "text": "ActionVariables",
1619
- "canonicalReference": "@plaidev/karte-action-sdk!ActionVariables:type"
1682
+ "text": "BUTTON_COLOR",
1683
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_COLOR:var"
1620
1684
  },
1621
1685
  {
1622
1686
  "kind": "Content",
1623
- "text": ", VariablesQuery>"
1687
+ "text": ";\n round?: keyof typeof "
1624
1688
  },
1625
1689
  {
1626
- "kind": "Content",
1627
- "text": "): "
1690
+ "kind": "Reference",
1691
+ "text": "BUTTON_ROUND",
1692
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_ROUND:var"
1628
1693
  },
1629
1694
  {
1630
1695
  "kind": "Content",
1631
- "text": "() => void"
1696
+ "text": ";\n isLink?: boolean;\n isIcon?: boolean;\n linkUrl?: string;\n linkTarget?: keyof typeof "
1697
+ },
1698
+ {
1699
+ "kind": "Reference",
1700
+ "text": "BUTTON_LINK_TARGET",
1701
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_LINK_TARGET:var"
1632
1702
  },
1633
1703
  {
1634
1704
  "kind": "Content",
1635
- "text": ";"
1636
- }
1637
- ],
1638
- "fileUrlPath": "dist/index.es.d.ts",
1639
- "returnTypeTokenRange": {
1640
- "startIndex": 16,
1641
- "endIndex": 17
1642
- },
1643
- "releaseTag": "Public",
1644
- "overloadIndex": 1,
1645
- "parameters": [
1705
+ "text": ";\n iconVariant?: string;\n iconAngle?: keyof typeof "
1706
+ },
1646
1707
  {
1647
- "parameterName": "App",
1648
- "parameterTypeTokenRange": {
1649
- "startIndex": 8,
1650
- "endIndex": 10
1651
- },
1652
- "isOptional": false
1708
+ "kind": "Reference",
1709
+ "text": "BUTTON_ICON_ANGLE",
1710
+ "canonicalReference": "@plaidev/karte-action-sdk!BUTTON_ICON_ANGLE:var"
1653
1711
  },
1654
1712
  {
1655
- "parameterName": "options",
1656
- "parameterTypeTokenRange": {
1657
- "startIndex": 11,
1658
- "endIndex": 15
1659
- },
1660
- "isOptional": true
1661
- }
1662
- ],
1663
- "typeParameters": [
1713
+ "kind": "Content",
1714
+ "text": ";\n width?: "
1715
+ },
1664
1716
  {
1665
- "typeParameterName": "Props",
1666
- "constraintTokenRange": {
1667
- "startIndex": 1,
1668
- "endIndex": 2
1669
- },
1670
- "defaultTypeTokenRange": {
1671
- "startIndex": 0,
1672
- "endIndex": 0
1673
- }
1717
+ "kind": "Reference",
1718
+ "text": "Properties",
1719
+ "canonicalReference": "csstype!Properties:interface"
1674
1720
  },
1675
1721
  {
1676
- "typeParameterName": "Variables",
1677
- "constraintTokenRange": {
1678
- "startIndex": 0,
1679
- "endIndex": 0
1680
- },
1681
- "defaultTypeTokenRange": {
1682
- "startIndex": 0,
1683
- "endIndex": 0
1684
- }
1722
+ "kind": "Content",
1723
+ "text": "[\"width\"];\n wrap?: \"wrap\" | \"nowrap\";\n}"
1685
1724
  },
1686
1725
  {
1687
- "typeParameterName": "VariablesQuery",
1688
- "constraintTokenRange": {
1689
- "startIndex": 3,
1690
- "endIndex": 7
1691
- },
1692
- "defaultTypeTokenRange": {
1693
- "startIndex": 0,
1694
- "endIndex": 0
1695
- }
1726
+ "kind": "Content",
1727
+ "text": ";"
1696
1728
  }
1697
1729
  ],
1698
- "name": "create"
1730
+ "fileUrlPath": "dist/index.es.d.ts",
1731
+ "releaseTag": "Public",
1732
+ "name": "ButtonProps",
1733
+ "typeTokenRange": {
1734
+ "startIndex": 1,
1735
+ "endIndex": 15
1736
+ }
1699
1737
  },
1700
1738
  {
1701
1739
  "kind": "Function",
1702
- "canonicalReference": "@plaidev/karte-action-sdk!destroyAction:function(1)",
1703
- "docComment": "/**\n * アクションの破棄する\n *\n * @public\n */\n",
1740
+ "canonicalReference": "@plaidev/karte-action-sdk!closeAction:function(1)",
1741
+ "docComment": "/**\n * アクションを閉じる\n *\n * @param trigger - 閉じた時のトリガー。デフォルト `'none'`\n *\n * @public\n */\n",
1704
1742
  "excerptTokens": [
1705
1743
  {
1706
1744
  "kind": "Content",
1707
- "text": "declare function destroyAction(): "
1745
+ "text": "declare function closeAction(trigger?: "
1746
+ },
1747
+ {
1748
+ "kind": "Reference",
1749
+ "text": "CloseTrigger",
1750
+ "canonicalReference": "@plaidev/karte-action-sdk!CloseTrigger:type"
1751
+ },
1752
+ {
1753
+ "kind": "Content",
1754
+ "text": "): "
1708
1755
  },
1709
1756
  {
1710
1757
  "kind": "Content",
@@ -1717,35 +1764,40 @@
1717
1764
  ],
1718
1765
  "fileUrlPath": "dist/index.es.d.ts",
1719
1766
  "returnTypeTokenRange": {
1720
- "startIndex": 1,
1721
- "endIndex": 2
1767
+ "startIndex": 3,
1768
+ "endIndex": 4
1722
1769
  },
1723
1770
  "releaseTag": "Public",
1724
1771
  "overloadIndex": 1,
1725
- "parameters": [],
1726
- "name": "destroyAction"
1772
+ "parameters": [
1773
+ {
1774
+ "parameterName": "trigger",
1775
+ "parameterTypeTokenRange": {
1776
+ "startIndex": 1,
1777
+ "endIndex": 2
1778
+ },
1779
+ "isOptional": true
1780
+ }
1781
+ ],
1782
+ "name": "closeAction"
1727
1783
  },
1728
1784
  {
1729
1785
  "kind": "TypeAlias",
1730
- "canonicalReference": "@plaidev/karte-action-sdk!Font:type",
1786
+ "canonicalReference": "@plaidev/karte-action-sdk!CloseButtonProps:type",
1731
1787
  "docComment": "",
1732
1788
  "excerptTokens": [
1733
1789
  {
1734
1790
  "kind": "Content",
1735
- "text": "type Font = "
1736
- },
1737
- {
1738
- "kind": "Content",
1739
- "text": "(typeof "
1791
+ "text": "type CloseButtonProps = "
1740
1792
  },
1741
1793
  {
1742
1794
  "kind": "Reference",
1743
- "text": "Fonts",
1744
- "canonicalReference": "@plaidev/karte-action-sdk!Fonts:var"
1795
+ "text": "CommonProps",
1796
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type"
1745
1797
  },
1746
1798
  {
1747
1799
  "kind": "Content",
1748
- "text": ")[number]"
1800
+ "text": " & {\n size?: number;\n bordered?: boolean;\n}"
1749
1801
  },
1750
1802
  {
1751
1803
  "kind": "Content",
@@ -1754,109 +1806,165 @@
1754
1806
  ],
1755
1807
  "fileUrlPath": "dist/index.es.d.ts",
1756
1808
  "releaseTag": "Public",
1757
- "name": "Font",
1809
+ "name": "CloseButtonProps",
1758
1810
  "typeTokenRange": {
1759
1811
  "startIndex": 1,
1760
- "endIndex": 4
1812
+ "endIndex": 3
1761
1813
  }
1762
1814
  },
1763
1815
  {
1764
- "kind": "Variable",
1765
- "canonicalReference": "@plaidev/karte-action-sdk!FormIdentifyTextFields:var",
1766
- "docComment": "",
1816
+ "kind": "TypeAlias",
1817
+ "canonicalReference": "@plaidev/karte-action-sdk!CloseTrigger:type",
1818
+ "docComment": "/**\n * 閉じるアクショントリガー\n *\n * @public\n */\n",
1767
1819
  "excerptTokens": [
1768
1820
  {
1769
1821
  "kind": "Content",
1770
- "text": "FormIdentifyTextFields: "
1822
+ "text": "type CloseTrigger = "
1771
1823
  },
1772
1824
  {
1773
1825
  "kind": "Content",
1774
- "text": "readonly [\n \"email\",\n \"phone\",\n \"first_name\",\n \"last_name\",\n \"address\"\n]"
1826
+ "text": "\"button\" | \"overlay\" | \"auto\" | \"none\""
1827
+ },
1828
+ {
1829
+ "kind": "Content",
1830
+ "text": ";"
1775
1831
  }
1776
1832
  ],
1777
1833
  "fileUrlPath": "dist/index.es.d.ts",
1778
- "isReadonly": true,
1779
1834
  "releaseTag": "Public",
1780
- "name": "FormIdentifyTextFields",
1781
- "variableTypeTokenRange": {
1835
+ "name": "CloseTrigger",
1836
+ "typeTokenRange": {
1782
1837
  "startIndex": 1,
1783
1838
  "endIndex": 2
1784
1839
  }
1785
1840
  },
1786
1841
  {
1787
1842
  "kind": "Function",
1788
- "canonicalReference": "@plaidev/karte-action-sdk!getActionRoot:function(1)",
1789
- "docComment": "/**\n * アクションのルートの DOM 要素を取得する\n *\n * @returns アクションがルートの DOM 要素 を持つ場合は DOM 要素を返します。ない場合は `null` を返します\n *\n * @public\n */\n",
1843
+ "canonicalReference": "@plaidev/karte-action-sdk!collection:function(1)",
1844
+ "docComment": "/**\n * アクションテーブルを管理するメソッドを取得する\n *\n * @param config - アクションテーブル設定情報\n *\n * @returns メソッドを返します\n *\n * @public\n */\n",
1790
1845
  "excerptTokens": [
1791
1846
  {
1792
1847
  "kind": "Content",
1793
- "text": "declare function getActionRoot(): "
1848
+ "text": "declare function collection(config: "
1794
1849
  },
1795
1850
  {
1796
1851
  "kind": "Reference",
1797
- "text": "ShadowRoot",
1798
- "canonicalReference": "!ShadowRoot:interface"
1852
+ "text": "CollectionConfig",
1853
+ "canonicalReference": "@plaidev/karte-action-sdk!CollectionConfig:type"
1799
1854
  },
1800
1855
  {
1801
1856
  "kind": "Content",
1802
- "text": " | null"
1857
+ "text": "): "
1803
1858
  },
1804
1859
  {
1805
1860
  "kind": "Content",
1806
- "text": ";"
1807
- }
1808
- ],
1809
- "fileUrlPath": "dist/index.es.d.ts",
1810
- "returnTypeTokenRange": {
1811
- "startIndex": 1,
1812
- "endIndex": 3
1813
- },
1814
- "releaseTag": "Public",
1815
- "overloadIndex": 1,
1816
- "parameters": [],
1817
- "name": "getActionRoot"
1818
- },
1819
- {
1820
- "kind": "Function",
1821
- "canonicalReference": "@plaidev/karte-action-sdk!getAnsweredQuestion:function(1)",
1822
- "docComment": "/**\n * 回答済の回答内容を取得する\n *\n * @param questionId - 質問ID\n *\n * @returns 回答データ\n *\n * @public\n */\n",
1823
- "excerptTokens": [
1861
+ "text": "{\n get(key: string | "
1862
+ },
1863
+ {
1864
+ "kind": "Reference",
1865
+ "text": "Array",
1866
+ "canonicalReference": "!Array:interface"
1867
+ },
1824
1868
  {
1825
1869
  "kind": "Content",
1826
- "text": "declare function getAnsweredQuestion(questionId: "
1870
+ "text": "<string>, cb: (err: "
1871
+ },
1872
+ {
1873
+ "kind": "Reference",
1874
+ "text": "Error",
1875
+ "canonicalReference": "!Error:interface"
1827
1876
  },
1828
1877
  {
1829
1878
  "kind": "Content",
1830
- "text": "string"
1879
+ "text": " | null, items?: "
1880
+ },
1881
+ {
1882
+ "kind": "Reference",
1883
+ "text": "ActionTableResult",
1884
+ "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableResult:type"
1831
1885
  },
1832
1886
  {
1833
1887
  "kind": "Content",
1834
- "text": "): "
1888
+ "text": " | "
1835
1889
  },
1836
1890
  {
1837
1891
  "kind": "Reference",
1838
- "text": "AnswerValue",
1839
- "canonicalReference": "@plaidev/karte-action-sdk!~AnswerValue:type"
1892
+ "text": "Array",
1893
+ "canonicalReference": "!Array:interface"
1840
1894
  },
1841
1895
  {
1842
1896
  "kind": "Content",
1843
- "text": " | undefined"
1897
+ "text": "<"
1898
+ },
1899
+ {
1900
+ "kind": "Reference",
1901
+ "text": "ActionTableResult",
1902
+ "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableResult:type"
1844
1903
  },
1845
1904
  {
1846
1905
  "kind": "Content",
1847
- "text": ";"
1848
- }
1849
- ],
1850
- "fileUrlPath": "dist/index.es.d.ts",
1851
- "returnTypeTokenRange": {
1852
- "startIndex": 3,
1853
- "endIndex": 5
1854
- },
1855
- "releaseTag": "Public",
1856
- "overloadIndex": 1,
1857
- "parameters": [
1906
+ "text": ">) => void): void;\n getByQuery(query_name: string, params: "
1907
+ },
1858
1908
  {
1859
- "parameterName": "questionId",
1909
+ "kind": "Reference",
1910
+ "text": "ActionTableQueryParams",
1911
+ "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableQueryParams:type"
1912
+ },
1913
+ {
1914
+ "kind": "Content",
1915
+ "text": ", options: {\n ignore_fields?: string[];\n } | null | undefined, cb: (err: "
1916
+ },
1917
+ {
1918
+ "kind": "Reference",
1919
+ "text": "Error",
1920
+ "canonicalReference": "!Error:interface"
1921
+ },
1922
+ {
1923
+ "kind": "Content",
1924
+ "text": " | null, items?: "
1925
+ },
1926
+ {
1927
+ "kind": "Reference",
1928
+ "text": "Array",
1929
+ "canonicalReference": "!Array:interface"
1930
+ },
1931
+ {
1932
+ "kind": "Content",
1933
+ "text": "<"
1934
+ },
1935
+ {
1936
+ "kind": "Reference",
1937
+ "text": "ActionTableResult",
1938
+ "canonicalReference": "@plaidev/karte-action-sdk!~ActionTableResult:type"
1939
+ },
1940
+ {
1941
+ "kind": "Content",
1942
+ "text": ">) => void): void;\n set(key: string, value: string, cb: (err: "
1943
+ },
1944
+ {
1945
+ "kind": "Reference",
1946
+ "text": "Error",
1947
+ "canonicalReference": "!Error:interface"
1948
+ },
1949
+ {
1950
+ "kind": "Content",
1951
+ "text": " | null) => void): void;\n}"
1952
+ },
1953
+ {
1954
+ "kind": "Content",
1955
+ "text": ";"
1956
+ }
1957
+ ],
1958
+ "fileUrlPath": "dist/index.es.d.ts",
1959
+ "returnTypeTokenRange": {
1960
+ "startIndex": 3,
1961
+ "endIndex": 24
1962
+ },
1963
+ "releaseTag": "Public",
1964
+ "overloadIndex": 1,
1965
+ "parameters": [
1966
+ {
1967
+ "parameterName": "config",
1860
1968
  "parameterTypeTokenRange": {
1861
1969
  "startIndex": 1,
1862
1970
  "endIndex": 2
@@ -1864,20 +1972,20 @@
1864
1972
  "isOptional": false
1865
1973
  }
1866
1974
  ],
1867
- "name": "getAnsweredQuestion"
1975
+ "name": "collection"
1868
1976
  },
1869
1977
  {
1870
- "kind": "Function",
1871
- "canonicalReference": "@plaidev/karte-action-sdk!getAnsweredQuestionIds:function(1)",
1872
- "docComment": "/**\n * 回答済の回答IDのリストを取得\n *\n * @returns 回答済の質問の質問IDの配列\n *\n * @public\n */\n",
1978
+ "kind": "TypeAlias",
1979
+ "canonicalReference": "@plaidev/karte-action-sdk!CollectionConfig:type",
1980
+ "docComment": "/**\n * アクションテーブルの設定情報\n *\n * @param api_key - API Key\n *\n * @param table - テーブル名\n *\n * @param endpoint - エンドポイント / 指定がない場合はデフォルトのエンドポイントを使用します。検証用途以外での通常利用では指定なしで大丈夫です。\n */\n",
1873
1981
  "excerptTokens": [
1874
1982
  {
1875
1983
  "kind": "Content",
1876
- "text": "declare function getAnsweredQuestionIds(): "
1984
+ "text": "type CollectionConfig = "
1877
1985
  },
1878
1986
  {
1879
1987
  "kind": "Content",
1880
- "text": "string[]"
1988
+ "text": "{\n api_key: string;\n table: string;\n collection_endpoint?: string;\n}"
1881
1989
  },
1882
1990
  {
1883
1991
  "kind": "Content",
@@ -1885,35 +1993,84 @@
1885
1993
  }
1886
1994
  ],
1887
1995
  "fileUrlPath": "dist/index.es.d.ts",
1888
- "returnTypeTokenRange": {
1996
+ "releaseTag": "Public",
1997
+ "name": "CollectionConfig",
1998
+ "typeTokenRange": {
1889
1999
  "startIndex": 1,
1890
2000
  "endIndex": 2
1891
- },
2001
+ }
2002
+ },
2003
+ {
2004
+ "kind": "TypeAlias",
2005
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type",
2006
+ "docComment": "",
2007
+ "excerptTokens": [
2008
+ {
2009
+ "kind": "Content",
2010
+ "text": "type CommonProps = "
2011
+ },
2012
+ {
2013
+ "kind": "Reference",
2014
+ "text": "PositionProps",
2015
+ "canonicalReference": "@plaidev/karte-action-sdk!PositionProps:type"
2016
+ },
2017
+ {
2018
+ "kind": "Content",
2019
+ "text": ";"
2020
+ }
2021
+ ],
2022
+ "fileUrlPath": "dist/index.es.d.ts",
1892
2023
  "releaseTag": "Public",
1893
- "overloadIndex": 1,
1894
- "parameters": [],
1895
- "name": "getAnsweredQuestionIds"
2024
+ "name": "CommonProps",
2025
+ "typeTokenRange": {
2026
+ "startIndex": 1,
2027
+ "endIndex": 2
2028
+ }
1896
2029
  },
1897
2030
  {
1898
- "kind": "Function",
1899
- "canonicalReference": "@plaidev/karte-action-sdk!getCssVariables:function(1)",
2031
+ "kind": "Variable",
2032
+ "canonicalReference": "@plaidev/karte-action-sdk!COMPONENT_PARAMETER_TYPES:var",
1900
2033
  "docComment": "",
1901
2034
  "excerptTokens": [
1902
2035
  {
1903
2036
  "kind": "Content",
1904
- "text": "declare function getCssVariables(data: "
2037
+ "text": "COMPONENT_PARAMETER_TYPES: "
1905
2038
  },
1906
2039
  {
1907
2040
  "kind": "Content",
1908
- "text": "{\n [key: string]: string | number;\n}"
2041
+ "text": "{\n readonly TEXT: \"text\";\n readonly MULTILINE_TEXT: \"multiline_text\";\n readonly SELECT: \"select\";\n readonly RADIO: \"radio\";\n readonly CHECKBOX: \"checkbox\";\n readonly BOOLEAN: \"boolean\";\n readonly IMAGE: \"image\";\n readonly NUMBER: \"number\";\n readonly WIDTH: \"width\";\n readonly ASPECT: \"aspect\";\n readonly COLOR: \"color\";\n readonly ICON: \"icon\";\n}"
2042
+ }
2043
+ ],
2044
+ "fileUrlPath": "dist/index.es.d.ts",
2045
+ "isReadonly": true,
2046
+ "releaseTag": "Public",
2047
+ "name": "COMPONENT_PARAMETER_TYPES",
2048
+ "variableTypeTokenRange": {
2049
+ "startIndex": 1,
2050
+ "endIndex": 2
2051
+ }
2052
+ },
2053
+ {
2054
+ "kind": "TypeAlias",
2055
+ "canonicalReference": "@plaidev/karte-action-sdk!ComponentBaseProps:type",
2056
+ "docComment": "",
2057
+ "excerptTokens": [
2058
+ {
2059
+ "kind": "Content",
2060
+ "text": "type ComponentBaseProps = "
1909
2061
  },
1910
2062
  {
1911
2063
  "kind": "Content",
1912
- "text": "): "
2064
+ "text": "{\n layerId: string;\n style: "
2065
+ },
2066
+ {
2067
+ "kind": "Reference",
2068
+ "text": "Properties",
2069
+ "canonicalReference": "csstype!Properties:interface"
1913
2070
  },
1914
2071
  {
1915
2072
  "kind": "Content",
1916
- "text": "string"
2073
+ "text": ";\n}"
1917
2074
  },
1918
2075
  {
1919
2076
  "kind": "Content",
@@ -1921,45 +2078,59 @@
1921
2078
  }
1922
2079
  ],
1923
2080
  "fileUrlPath": "dist/index.es.d.ts",
1924
- "returnTypeTokenRange": {
1925
- "startIndex": 3,
1926
- "endIndex": 4
1927
- },
1928
2081
  "releaseTag": "Public",
1929
- "overloadIndex": 1,
1930
- "parameters": [
1931
- {
1932
- "parameterName": "data",
1933
- "parameterTypeTokenRange": {
1934
- "startIndex": 1,
1935
- "endIndex": 2
1936
- },
1937
- "isOptional": false
1938
- }
1939
- ],
1940
- "name": "getCssVariables"
2082
+ "name": "ComponentBaseProps",
2083
+ "typeTokenRange": {
2084
+ "startIndex": 1,
2085
+ "endIndex": 4
2086
+ }
1941
2087
  },
1942
2088
  {
1943
- "kind": "Function",
1944
- "canonicalReference": "@plaidev/karte-action-sdk!getEventHandlers:function(1)",
1945
- "docComment": "/**\n * イベントハンドラーの一覧を取得する\n *\n * @returns 現在のイベントハンドラー\n *\n * @public\n */\n",
2089
+ "kind": "TypeAlias",
2090
+ "canonicalReference": "@plaidev/karte-action-sdk!ComponentParameter:type",
2091
+ "docComment": "",
1946
2092
  "excerptTokens": [
1947
2093
  {
1948
2094
  "kind": "Content",
1949
- "text": "declare function getEventHandlers(): "
2095
+ "text": "type ComponentParameter<P extends "
1950
2096
  },
1951
2097
  {
1952
2098
  "kind": "Content",
1953
- "text": "{\n [key: string]: "
2099
+ "text": "object"
2100
+ },
2101
+ {
2102
+ "kind": "Content",
2103
+ "text": " = "
2104
+ },
2105
+ {
2106
+ "kind": "Content",
2107
+ "text": "object"
2108
+ },
2109
+ {
2110
+ "kind": "Content",
2111
+ "text": "> = "
2112
+ },
2113
+ {
2114
+ "kind": "Content",
2115
+ "text": "{\n id: string;\n name: string;\n type: "
1954
2116
  },
1955
2117
  {
1956
2118
  "kind": "Reference",
1957
- "text": "ActionEventHandler",
1958
- "canonicalReference": "@plaidev/karte-action-sdk!ActionEventHandler:type"
2119
+ "text": "ComponentParameterType",
2120
+ "canonicalReference": "@plaidev/karte-action-sdk!ComponentParameterType:type"
1959
2121
  },
1960
2122
  {
1961
2123
  "kind": "Content",
1962
- "text": ";\n}"
2124
+ "text": ";\n options?: "
2125
+ },
2126
+ {
2127
+ "kind": "Reference",
2128
+ "text": "ComponentParameterOption",
2129
+ "canonicalReference": "@plaidev/karte-action-sdk!ComponentParameterOption:type"
2130
+ },
2131
+ {
2132
+ "kind": "Content",
2133
+ "text": "[];\n isEnabled?: (p: P) => boolean;\n}"
1963
2134
  },
1964
2135
  {
1965
2136
  "kind": "Content",
@@ -1967,27 +2138,38 @@
1967
2138
  }
1968
2139
  ],
1969
2140
  "fileUrlPath": "dist/index.es.d.ts",
1970
- "returnTypeTokenRange": {
1971
- "startIndex": 1,
1972
- "endIndex": 4
1973
- },
1974
2141
  "releaseTag": "Public",
1975
- "overloadIndex": 1,
1976
- "parameters": [],
1977
- "name": "getEventHandlers"
2142
+ "name": "ComponentParameter",
2143
+ "typeParameters": [
2144
+ {
2145
+ "typeParameterName": "P",
2146
+ "constraintTokenRange": {
2147
+ "startIndex": 1,
2148
+ "endIndex": 2
2149
+ },
2150
+ "defaultTypeTokenRange": {
2151
+ "startIndex": 3,
2152
+ "endIndex": 4
2153
+ }
2154
+ }
2155
+ ],
2156
+ "typeTokenRange": {
2157
+ "startIndex": 5,
2158
+ "endIndex": 10
2159
+ }
1978
2160
  },
1979
2161
  {
1980
- "kind": "Function",
1981
- "canonicalReference": "@plaidev/karte-action-sdk!getState:function(1)",
1982
- "docComment": "/**\n * 現在のステートを取得する\n *\n * @remarks\n *\n * アクションが表示されて設定されるため、{@link onShow} フック関数で利用できます。\n *\n * @returns 現在のステートID\n *\n * @public\n */\n",
2162
+ "kind": "TypeAlias",
2163
+ "canonicalReference": "@plaidev/karte-action-sdk!ComponentParameterOption:type",
2164
+ "docComment": "",
1983
2165
  "excerptTokens": [
1984
2166
  {
1985
2167
  "kind": "Content",
1986
- "text": "declare function getState(): "
2168
+ "text": "type ComponentParameterOption = "
1987
2169
  },
1988
2170
  {
1989
2171
  "kind": "Content",
1990
- "text": "string"
2172
+ "text": "{\n label: string;\n value: string | number;\n}"
1991
2173
  },
1992
2174
  {
1993
2175
  "kind": "Content",
@@ -1995,27 +2177,43 @@
1995
2177
  }
1996
2178
  ],
1997
2179
  "fileUrlPath": "dist/index.es.d.ts",
1998
- "returnTypeTokenRange": {
2180
+ "releaseTag": "Public",
2181
+ "name": "ComponentParameterOption",
2182
+ "typeTokenRange": {
1999
2183
  "startIndex": 1,
2000
2184
  "endIndex": 2
2001
- },
2002
- "releaseTag": "Public",
2003
- "overloadIndex": 1,
2004
- "parameters": [],
2005
- "name": "getState"
2185
+ }
2006
2186
  },
2007
2187
  {
2008
- "kind": "Function",
2009
- "canonicalReference": "@plaidev/karte-action-sdk!getStates:function(1)",
2010
- "docComment": "/**\n * ステートID一覧を取得する\n *\n * @remarks\n *\n * アクションが表示されて設定されるため、{@link onShow} フック関数で利用できます。\n *\n * @returns すべてのステートID\n *\n * @public\n */\n",
2188
+ "kind": "TypeAlias",
2189
+ "canonicalReference": "@plaidev/karte-action-sdk!ComponentParameterType:type",
2190
+ "docComment": "",
2011
2191
  "excerptTokens": [
2012
2192
  {
2013
2193
  "kind": "Content",
2014
- "text": "declare function getStates(): "
2194
+ "text": "type ComponentParameterType = "
2015
2195
  },
2016
2196
  {
2017
2197
  "kind": "Content",
2018
- "text": "string[]"
2198
+ "text": "(typeof "
2199
+ },
2200
+ {
2201
+ "kind": "Reference",
2202
+ "text": "COMPONENT_PARAMETER_TYPES",
2203
+ "canonicalReference": "@plaidev/karte-action-sdk!COMPONENT_PARAMETER_TYPES:var"
2204
+ },
2205
+ {
2206
+ "kind": "Content",
2207
+ "text": ")[keyof typeof "
2208
+ },
2209
+ {
2210
+ "kind": "Reference",
2211
+ "text": "COMPONENT_PARAMETER_TYPES",
2212
+ "canonicalReference": "@plaidev/karte-action-sdk!COMPONENT_PARAMETER_TYPES:var"
2213
+ },
2214
+ {
2215
+ "kind": "Content",
2216
+ "text": "]"
2019
2217
  },
2020
2218
  {
2021
2219
  "kind": "Content",
@@ -2023,28 +2221,1445 @@
2023
2221
  }
2024
2222
  ],
2025
2223
  "fileUrlPath": "dist/index.es.d.ts",
2026
- "returnTypeTokenRange": {
2027
- "startIndex": 1,
2028
- "endIndex": 2
2029
- },
2030
2224
  "releaseTag": "Public",
2031
- "overloadIndex": 1,
2032
- "parameters": [],
2033
- "name": "getStates"
2225
+ "name": "ComponentParameterType",
2226
+ "typeTokenRange": {
2227
+ "startIndex": 1,
2228
+ "endIndex": 6
2229
+ }
2230
+ },
2231
+ {
2232
+ "kind": "Function",
2233
+ "canonicalReference": "@plaidev/karte-action-sdk!create:function(1)",
2234
+ "docComment": "/**\n * アクションを作成する\n *\n * @param App - Svelte コンポーネントのエントリポイント\n *\n * @param options - {@link ActionOptions | オプション}\n *\n * @returns アクションを破棄する関数\n *\n * @public\n */\n",
2235
+ "excerptTokens": [
2236
+ {
2237
+ "kind": "Content",
2238
+ "text": "declare function create<Props extends "
2239
+ },
2240
+ {
2241
+ "kind": "Reference",
2242
+ "text": "ModalProps",
2243
+ "canonicalReference": "@plaidev/karte-action-sdk!~ModalProps:type"
2244
+ },
2245
+ {
2246
+ "kind": "Content",
2247
+ "text": ", Variables, VariablesQuery extends "
2248
+ },
2249
+ {
2250
+ "kind": "Reference",
2251
+ "text": "Array",
2252
+ "canonicalReference": "!Array:interface"
2253
+ },
2254
+ {
2255
+ "kind": "Content",
2256
+ "text": "<"
2257
+ },
2258
+ {
2259
+ "kind": "Reference",
2260
+ "text": "VariableQuery",
2261
+ "canonicalReference": "@plaidev/karte-action-sdk!~VariableQuery:type"
2262
+ },
2263
+ {
2264
+ "kind": "Content",
2265
+ "text": ">"
2266
+ },
2267
+ {
2268
+ "kind": "Content",
2269
+ "text": ">(App: "
2270
+ },
2271
+ {
2272
+ "kind": "Content",
2273
+ "text": "typeof "
2274
+ },
2275
+ {
2276
+ "kind": "Reference",
2277
+ "text": "SvelteComponentDev",
2278
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2279
+ },
2280
+ {
2281
+ "kind": "Content",
2282
+ "text": ", options?: "
2283
+ },
2284
+ {
2285
+ "kind": "Reference",
2286
+ "text": "ActionOptions",
2287
+ "canonicalReference": "@plaidev/karte-action-sdk!ActionOptions:interface"
2288
+ },
2289
+ {
2290
+ "kind": "Content",
2291
+ "text": "<Props, Variables & "
2292
+ },
2293
+ {
2294
+ "kind": "Reference",
2295
+ "text": "ActionVariables",
2296
+ "canonicalReference": "@plaidev/karte-action-sdk!ActionVariables:type"
2297
+ },
2298
+ {
2299
+ "kind": "Content",
2300
+ "text": ", VariablesQuery>"
2301
+ },
2302
+ {
2303
+ "kind": "Content",
2304
+ "text": "): "
2305
+ },
2306
+ {
2307
+ "kind": "Content",
2308
+ "text": "() => void"
2309
+ },
2310
+ {
2311
+ "kind": "Content",
2312
+ "text": ";"
2313
+ }
2314
+ ],
2315
+ "fileUrlPath": "dist/index.es.d.ts",
2316
+ "returnTypeTokenRange": {
2317
+ "startIndex": 16,
2318
+ "endIndex": 17
2319
+ },
2320
+ "releaseTag": "Public",
2321
+ "overloadIndex": 1,
2322
+ "parameters": [
2323
+ {
2324
+ "parameterName": "App",
2325
+ "parameterTypeTokenRange": {
2326
+ "startIndex": 8,
2327
+ "endIndex": 10
2328
+ },
2329
+ "isOptional": false
2330
+ },
2331
+ {
2332
+ "parameterName": "options",
2333
+ "parameterTypeTokenRange": {
2334
+ "startIndex": 11,
2335
+ "endIndex": 15
2336
+ },
2337
+ "isOptional": true
2338
+ }
2339
+ ],
2340
+ "typeParameters": [
2341
+ {
2342
+ "typeParameterName": "Props",
2343
+ "constraintTokenRange": {
2344
+ "startIndex": 1,
2345
+ "endIndex": 2
2346
+ },
2347
+ "defaultTypeTokenRange": {
2348
+ "startIndex": 0,
2349
+ "endIndex": 0
2350
+ }
2351
+ },
2352
+ {
2353
+ "typeParameterName": "Variables",
2354
+ "constraintTokenRange": {
2355
+ "startIndex": 0,
2356
+ "endIndex": 0
2357
+ },
2358
+ "defaultTypeTokenRange": {
2359
+ "startIndex": 0,
2360
+ "endIndex": 0
2361
+ }
2362
+ },
2363
+ {
2364
+ "typeParameterName": "VariablesQuery",
2365
+ "constraintTokenRange": {
2366
+ "startIndex": 3,
2367
+ "endIndex": 7
2368
+ },
2369
+ "defaultTypeTokenRange": {
2370
+ "startIndex": 0,
2371
+ "endIndex": 0
2372
+ }
2373
+ }
2374
+ ],
2375
+ "name": "create"
2376
+ },
2377
+ {
2378
+ "kind": "Function",
2379
+ "canonicalReference": "@plaidev/karte-action-sdk!destroyAction:function(1)",
2380
+ "docComment": "/**\n * アクションの破棄する\n *\n * @public\n */\n",
2381
+ "excerptTokens": [
2382
+ {
2383
+ "kind": "Content",
2384
+ "text": "declare function destroyAction(): "
2385
+ },
2386
+ {
2387
+ "kind": "Content",
2388
+ "text": "void"
2389
+ },
2390
+ {
2391
+ "kind": "Content",
2392
+ "text": ";"
2393
+ }
2394
+ ],
2395
+ "fileUrlPath": "dist/index.es.d.ts",
2396
+ "returnTypeTokenRange": {
2397
+ "startIndex": 1,
2398
+ "endIndex": 2
2399
+ },
2400
+ "releaseTag": "Public",
2401
+ "overloadIndex": 1,
2402
+ "parameters": [],
2403
+ "name": "destroyAction"
2404
+ },
2405
+ {
2406
+ "kind": "TypeAlias",
2407
+ "canonicalReference": "@plaidev/karte-action-sdk!Font:type",
2408
+ "docComment": "",
2409
+ "excerptTokens": [
2410
+ {
2411
+ "kind": "Content",
2412
+ "text": "type Font = "
2413
+ },
2414
+ {
2415
+ "kind": "Content",
2416
+ "text": "(typeof "
2417
+ },
2418
+ {
2419
+ "kind": "Reference",
2420
+ "text": "Fonts",
2421
+ "canonicalReference": "@plaidev/karte-action-sdk!Fonts:var"
2422
+ },
2423
+ {
2424
+ "kind": "Content",
2425
+ "text": ")[number]"
2426
+ },
2427
+ {
2428
+ "kind": "Content",
2429
+ "text": ";"
2430
+ }
2431
+ ],
2432
+ "fileUrlPath": "dist/index.es.d.ts",
2433
+ "releaseTag": "Public",
2434
+ "name": "Font",
2435
+ "typeTokenRange": {
2436
+ "startIndex": 1,
2437
+ "endIndex": 4
2438
+ }
2439
+ },
2440
+ {
2441
+ "kind": "Variable",
2442
+ "canonicalReference": "@plaidev/karte-action-sdk!FormIdentifyTextFields:var",
2443
+ "docComment": "",
2444
+ "excerptTokens": [
2445
+ {
2446
+ "kind": "Content",
2447
+ "text": "FormIdentifyTextFields: "
2448
+ },
2449
+ {
2450
+ "kind": "Content",
2451
+ "text": "readonly [\n \"email\",\n \"phone\",\n \"first_name\",\n \"last_name\",\n \"address\"\n]"
2452
+ }
2453
+ ],
2454
+ "fileUrlPath": "dist/index.es.d.ts",
2455
+ "isReadonly": true,
2456
+ "releaseTag": "Public",
2457
+ "name": "FormIdentifyTextFields",
2458
+ "variableTypeTokenRange": {
2459
+ "startIndex": 1,
2460
+ "endIndex": 2
2461
+ }
2462
+ },
2463
+ {
2464
+ "kind": "Function",
2465
+ "canonicalReference": "@plaidev/karte-action-sdk!getActionRoot:function(1)",
2466
+ "docComment": "/**\n * アクションのルートの DOM 要素を取得する\n *\n * @returns アクションがルートの DOM 要素 を持つ場合は DOM 要素を返します。ない場合は `null` を返します\n *\n * @public\n */\n",
2467
+ "excerptTokens": [
2468
+ {
2469
+ "kind": "Content",
2470
+ "text": "declare function getActionRoot(): "
2471
+ },
2472
+ {
2473
+ "kind": "Reference",
2474
+ "text": "ShadowRoot",
2475
+ "canonicalReference": "!ShadowRoot:interface"
2476
+ },
2477
+ {
2478
+ "kind": "Content",
2479
+ "text": " | null"
2480
+ },
2481
+ {
2482
+ "kind": "Content",
2483
+ "text": ";"
2484
+ }
2485
+ ],
2486
+ "fileUrlPath": "dist/index.es.d.ts",
2487
+ "returnTypeTokenRange": {
2488
+ "startIndex": 1,
2489
+ "endIndex": 3
2490
+ },
2491
+ "releaseTag": "Public",
2492
+ "overloadIndex": 1,
2493
+ "parameters": [],
2494
+ "name": "getActionRoot"
2495
+ },
2496
+ {
2497
+ "kind": "Function",
2498
+ "canonicalReference": "@plaidev/karte-action-sdk!getAnsweredQuestion:function(1)",
2499
+ "docComment": "/**\n * 回答済の回答内容を取得する\n *\n * @param questionId - 質問ID\n *\n * @returns 回答データ\n *\n * @public\n */\n",
2500
+ "excerptTokens": [
2501
+ {
2502
+ "kind": "Content",
2503
+ "text": "declare function getAnsweredQuestion(questionId: "
2504
+ },
2505
+ {
2506
+ "kind": "Content",
2507
+ "text": "string"
2508
+ },
2509
+ {
2510
+ "kind": "Content",
2511
+ "text": "): "
2512
+ },
2513
+ {
2514
+ "kind": "Reference",
2515
+ "text": "AnswerValue",
2516
+ "canonicalReference": "@plaidev/karte-action-sdk!~AnswerValue:type"
2517
+ },
2518
+ {
2519
+ "kind": "Content",
2520
+ "text": " | undefined"
2521
+ },
2522
+ {
2523
+ "kind": "Content",
2524
+ "text": ";"
2525
+ }
2526
+ ],
2527
+ "fileUrlPath": "dist/index.es.d.ts",
2528
+ "returnTypeTokenRange": {
2529
+ "startIndex": 3,
2530
+ "endIndex": 5
2531
+ },
2532
+ "releaseTag": "Public",
2533
+ "overloadIndex": 1,
2534
+ "parameters": [
2535
+ {
2536
+ "parameterName": "questionId",
2537
+ "parameterTypeTokenRange": {
2538
+ "startIndex": 1,
2539
+ "endIndex": 2
2540
+ },
2541
+ "isOptional": false
2542
+ }
2543
+ ],
2544
+ "name": "getAnsweredQuestion"
2545
+ },
2546
+ {
2547
+ "kind": "Function",
2548
+ "canonicalReference": "@plaidev/karte-action-sdk!getAnsweredQuestionIds:function(1)",
2549
+ "docComment": "/**\n * 回答済の回答IDのリストを取得\n *\n * @returns 回答済の質問の質問IDの配列\n *\n * @public\n */\n",
2550
+ "excerptTokens": [
2551
+ {
2552
+ "kind": "Content",
2553
+ "text": "declare function getAnsweredQuestionIds(): "
2554
+ },
2555
+ {
2556
+ "kind": "Content",
2557
+ "text": "string[]"
2558
+ },
2559
+ {
2560
+ "kind": "Content",
2561
+ "text": ";"
2562
+ }
2563
+ ],
2564
+ "fileUrlPath": "dist/index.es.d.ts",
2565
+ "returnTypeTokenRange": {
2566
+ "startIndex": 1,
2567
+ "endIndex": 2
2568
+ },
2569
+ "releaseTag": "Public",
2570
+ "overloadIndex": 1,
2571
+ "parameters": [],
2572
+ "name": "getAnsweredQuestionIds"
2573
+ },
2574
+ {
2575
+ "kind": "Function",
2576
+ "canonicalReference": "@plaidev/karte-action-sdk!getCssVariables:function(1)",
2577
+ "docComment": "",
2578
+ "excerptTokens": [
2579
+ {
2580
+ "kind": "Content",
2581
+ "text": "declare function getCssVariables(data: "
2582
+ },
2583
+ {
2584
+ "kind": "Content",
2585
+ "text": "{\n [key: string]: string | number;\n}"
2586
+ },
2587
+ {
2588
+ "kind": "Content",
2589
+ "text": "): "
2590
+ },
2591
+ {
2592
+ "kind": "Content",
2593
+ "text": "string"
2594
+ },
2595
+ {
2596
+ "kind": "Content",
2597
+ "text": ";"
2598
+ }
2599
+ ],
2600
+ "fileUrlPath": "dist/index.es.d.ts",
2601
+ "returnTypeTokenRange": {
2602
+ "startIndex": 3,
2603
+ "endIndex": 4
2604
+ },
2605
+ "releaseTag": "Public",
2606
+ "overloadIndex": 1,
2607
+ "parameters": [
2608
+ {
2609
+ "parameterName": "data",
2610
+ "parameterTypeTokenRange": {
2611
+ "startIndex": 1,
2612
+ "endIndex": 2
2613
+ },
2614
+ "isOptional": false
2615
+ }
2616
+ ],
2617
+ "name": "getCssVariables"
2618
+ },
2619
+ {
2620
+ "kind": "Function",
2621
+ "canonicalReference": "@plaidev/karte-action-sdk!getEventHandlers:function(1)",
2622
+ "docComment": "/**\n * イベントハンドラーの一覧を取得する\n *\n * @returns 現在のイベントハンドラー\n *\n * @public\n */\n",
2623
+ "excerptTokens": [
2624
+ {
2625
+ "kind": "Content",
2626
+ "text": "declare function getEventHandlers(): "
2627
+ },
2628
+ {
2629
+ "kind": "Content",
2630
+ "text": "{\n [key: string]: "
2631
+ },
2632
+ {
2633
+ "kind": "Reference",
2634
+ "text": "ActionEventHandler",
2635
+ "canonicalReference": "@plaidev/karte-action-sdk!ActionEventHandler:type"
2636
+ },
2637
+ {
2638
+ "kind": "Content",
2639
+ "text": ";\n}"
2640
+ },
2641
+ {
2642
+ "kind": "Content",
2643
+ "text": ";"
2644
+ }
2645
+ ],
2646
+ "fileUrlPath": "dist/index.es.d.ts",
2647
+ "returnTypeTokenRange": {
2648
+ "startIndex": 1,
2649
+ "endIndex": 4
2650
+ },
2651
+ "releaseTag": "Public",
2652
+ "overloadIndex": 1,
2653
+ "parameters": [],
2654
+ "name": "getEventHandlers"
2655
+ },
2656
+ {
2657
+ "kind": "Function",
2658
+ "canonicalReference": "@plaidev/karte-action-sdk!getState:function(1)",
2659
+ "docComment": "/**\n * 現在のステートを取得する\n *\n * @remarks\n *\n * アクションが表示されて設定されるため、{@link onShow} フック関数で利用できます。\n *\n * @returns 現在のステートID\n *\n * @public\n */\n",
2660
+ "excerptTokens": [
2661
+ {
2662
+ "kind": "Content",
2663
+ "text": "declare function getState(): "
2664
+ },
2665
+ {
2666
+ "kind": "Content",
2667
+ "text": "string"
2668
+ },
2669
+ {
2670
+ "kind": "Content",
2671
+ "text": ";"
2672
+ }
2673
+ ],
2674
+ "fileUrlPath": "dist/index.es.d.ts",
2675
+ "returnTypeTokenRange": {
2676
+ "startIndex": 1,
2677
+ "endIndex": 2
2678
+ },
2679
+ "releaseTag": "Public",
2680
+ "overloadIndex": 1,
2681
+ "parameters": [],
2682
+ "name": "getState"
2683
+ },
2684
+ {
2685
+ "kind": "Function",
2686
+ "canonicalReference": "@plaidev/karte-action-sdk!getStates:function(1)",
2687
+ "docComment": "/**\n * ステートID一覧を取得する\n *\n * @remarks\n *\n * アクションが表示されて設定されるため、{@link onShow} フック関数で利用できます。\n *\n * @returns すべてのステートID\n *\n * @public\n */\n",
2688
+ "excerptTokens": [
2689
+ {
2690
+ "kind": "Content",
2691
+ "text": "declare function getStates(): "
2692
+ },
2693
+ {
2694
+ "kind": "Content",
2695
+ "text": "string[]"
2696
+ },
2697
+ {
2698
+ "kind": "Content",
2699
+ "text": ";"
2700
+ }
2701
+ ],
2702
+ "fileUrlPath": "dist/index.es.d.ts",
2703
+ "returnTypeTokenRange": {
2704
+ "startIndex": 1,
2705
+ "endIndex": 2
2706
+ },
2707
+ "releaseTag": "Public",
2708
+ "overloadIndex": 1,
2709
+ "parameters": [],
2710
+ "name": "getStates"
2711
+ },
2712
+ {
2713
+ "kind": "Function",
2714
+ "canonicalReference": "@plaidev/karte-action-sdk!getSystem:function(1)",
2715
+ "docComment": "/**\n * KARTE の設定を取得する\n *\n * @remarks\n *\n * アクションが表示されて設定されるため、{@link onShow} フック関数で利用できます。 取得できる設定は、APIキー、接客ID、アクションショートIDなどです。\n *\n * @returns 現在の KARTE システムの設定を返します\n *\n * @public\n */\n",
2716
+ "excerptTokens": [
2717
+ {
2718
+ "kind": "Content",
2719
+ "text": "declare function getSystem(): "
2720
+ },
2721
+ {
2722
+ "kind": "Reference",
2723
+ "text": "SystemConfig",
2724
+ "canonicalReference": "@plaidev/karte-action-sdk!SystemConfig:type"
2725
+ },
2726
+ {
2727
+ "kind": "Content",
2728
+ "text": ";"
2729
+ }
2730
+ ],
2731
+ "fileUrlPath": "dist/index.es.d.ts",
2732
+ "returnTypeTokenRange": {
2733
+ "startIndex": 1,
2734
+ "endIndex": 2
2735
+ },
2736
+ "releaseTag": "Public",
2737
+ "overloadIndex": 1,
2738
+ "parameters": [],
2739
+ "name": "getSystem"
2740
+ },
2741
+ {
2742
+ "kind": "Function",
2743
+ "canonicalReference": "@plaidev/karte-action-sdk!getVariables:function(1)",
2744
+ "docComment": "/**\n * 変数の一覧を取得する\n *\n * @returns 現在の変数の一覧\n */\n",
2745
+ "excerptTokens": [
2746
+ {
2747
+ "kind": "Content",
2748
+ "text": "declare function getVariables(): "
2749
+ },
2750
+ {
2751
+ "kind": "Reference",
2752
+ "text": "ActionVariables",
2753
+ "canonicalReference": "@plaidev/karte-action-sdk!ActionVariables:type"
2754
+ },
2755
+ {
2756
+ "kind": "Content",
2757
+ "text": ";"
2758
+ }
2759
+ ],
2760
+ "fileUrlPath": "dist/index.es.d.ts",
2761
+ "returnTypeTokenRange": {
2762
+ "startIndex": 1,
2763
+ "endIndex": 2
2764
+ },
2765
+ "releaseTag": "Public",
2766
+ "overloadIndex": 1,
2767
+ "parameters": [],
2768
+ "name": "getVariables"
2769
+ },
2770
+ {
2771
+ "kind": "Variable",
2772
+ "canonicalReference": "@plaidev/karte-action-sdk!ICON_PARAMS:var",
2773
+ "docComment": "",
2774
+ "excerptTokens": [
2775
+ {
2776
+ "kind": "Content",
2777
+ "text": "ICON_PARAMS: "
2778
+ },
2779
+ {
2780
+ "kind": "Reference",
2781
+ "text": "ComponentParameter",
2782
+ "canonicalReference": "@plaidev/karte-action-sdk!ComponentParameter:type"
2783
+ },
2784
+ {
2785
+ "kind": "Content",
2786
+ "text": "[]"
2787
+ }
2788
+ ],
2789
+ "fileUrlPath": "dist/index.es.d.ts",
2790
+ "isReadonly": true,
2791
+ "releaseTag": "Public",
2792
+ "name": "ICON_PARAMS",
2793
+ "variableTypeTokenRange": {
2794
+ "startIndex": 1,
2795
+ "endIndex": 3
2796
+ }
2797
+ },
2798
+ {
2799
+ "kind": "Variable",
2800
+ "canonicalReference": "@plaidev/karte-action-sdk!ICON_SIZE:var",
2801
+ "docComment": "",
2802
+ "excerptTokens": [
2803
+ {
2804
+ "kind": "Content",
2805
+ "text": "ICON_SIZE: "
2806
+ },
2807
+ {
2808
+ "kind": "Content",
2809
+ "text": "{\n readonly x_small: {\n readonly label: \"X Small\";\n readonly value: \"12px\";\n };\n readonly small: {\n readonly label: \"Small\";\n readonly value: \"16px\";\n };\n readonly medium: {\n readonly label: \"Medium\";\n readonly value: \"20px\";\n };\n readonly large: {\n readonly label: \"Large\";\n readonly value: \"24px\";\n };\n readonly x_large: {\n readonly label: \"X Large\";\n readonly value: \"32px\";\n };\n readonly x2_large: {\n readonly label: \"2X Large\";\n readonly value: \"40px\";\n };\n readonly x3_large: {\n readonly label: \"3X Large\";\n readonly value: \"48px\";\n };\n}"
2810
+ }
2811
+ ],
2812
+ "fileUrlPath": "dist/index.es.d.ts",
2813
+ "isReadonly": true,
2814
+ "releaseTag": "Public",
2815
+ "name": "ICON_SIZE",
2816
+ "variableTypeTokenRange": {
2817
+ "startIndex": 1,
2818
+ "endIndex": 2
2819
+ }
2820
+ },
2821
+ {
2822
+ "kind": "Variable",
2823
+ "canonicalReference": "@plaidev/karte-action-sdk!ICON_VARIANTS:var",
2824
+ "docComment": "",
2825
+ "excerptTokens": [
2826
+ {
2827
+ "kind": "Content",
2828
+ "text": "ICON_VARIANTS: "
2829
+ },
2830
+ {
2831
+ "kind": "Content",
2832
+ "text": "{\n readonly arrow_down: typeof "
2833
+ },
2834
+ {
2835
+ "kind": "Reference",
2836
+ "text": "IconArrowDown",
2837
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2838
+ },
2839
+ {
2840
+ "kind": "Content",
2841
+ "text": ";\n readonly arrow_up: typeof "
2842
+ },
2843
+ {
2844
+ "kind": "Reference",
2845
+ "text": "IconArrowDown",
2846
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2847
+ },
2848
+ {
2849
+ "kind": "Content",
2850
+ "text": ";\n readonly arrow_left: typeof "
2851
+ },
2852
+ {
2853
+ "kind": "Reference",
2854
+ "text": "IconArrowDown",
2855
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2856
+ },
2857
+ {
2858
+ "kind": "Content",
2859
+ "text": ";\n readonly arrow_right: typeof "
2860
+ },
2861
+ {
2862
+ "kind": "Reference",
2863
+ "text": "IconArrowDown",
2864
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2865
+ },
2866
+ {
2867
+ "kind": "Content",
2868
+ "text": ";\n readonly arrow_up_from_square: typeof "
2869
+ },
2870
+ {
2871
+ "kind": "Reference",
2872
+ "text": "IconArrowDown",
2873
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2874
+ },
2875
+ {
2876
+ "kind": "Content",
2877
+ "text": ";\n readonly bell: typeof "
2878
+ },
2879
+ {
2880
+ "kind": "Reference",
2881
+ "text": "IconArrowDown",
2882
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2883
+ },
2884
+ {
2885
+ "kind": "Content",
2886
+ "text": ";\n readonly cart_shopping: typeof "
2887
+ },
2888
+ {
2889
+ "kind": "Reference",
2890
+ "text": "IconArrowDown",
2891
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2892
+ },
2893
+ {
2894
+ "kind": "Content",
2895
+ "text": ";\n readonly check: typeof "
2896
+ },
2897
+ {
2898
+ "kind": "Reference",
2899
+ "text": "IconArrowDown",
2900
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2901
+ },
2902
+ {
2903
+ "kind": "Content",
2904
+ "text": ";\n readonly circle: typeof "
2905
+ },
2906
+ {
2907
+ "kind": "Reference",
2908
+ "text": "IconArrowDown",
2909
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2910
+ },
2911
+ {
2912
+ "kind": "Content",
2913
+ "text": ";\n readonly circle_info: typeof "
2914
+ },
2915
+ {
2916
+ "kind": "Reference",
2917
+ "text": "IconArrowDown",
2918
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2919
+ },
2920
+ {
2921
+ "kind": "Content",
2922
+ "text": ";\n readonly circle_question: typeof "
2923
+ },
2924
+ {
2925
+ "kind": "Reference",
2926
+ "text": "IconArrowDown",
2927
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2928
+ },
2929
+ {
2930
+ "kind": "Content",
2931
+ "text": ";\n readonly circle_x_mark: typeof "
2932
+ },
2933
+ {
2934
+ "kind": "Reference",
2935
+ "text": "IconArrowDown",
2936
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2937
+ },
2938
+ {
2939
+ "kind": "Content",
2940
+ "text": ";\n readonly copy: typeof "
2941
+ },
2942
+ {
2943
+ "kind": "Reference",
2944
+ "text": "IconArrowDown",
2945
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2946
+ },
2947
+ {
2948
+ "kind": "Content",
2949
+ "text": ";\n readonly envelope: typeof "
2950
+ },
2951
+ {
2952
+ "kind": "Reference",
2953
+ "text": "IconArrowDown",
2954
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2955
+ },
2956
+ {
2957
+ "kind": "Content",
2958
+ "text": ";\n readonly fire: typeof "
2959
+ },
2960
+ {
2961
+ "kind": "Reference",
2962
+ "text": "IconArrowDown",
2963
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2964
+ },
2965
+ {
2966
+ "kind": "Content",
2967
+ "text": ";\n readonly gift: typeof "
2968
+ },
2969
+ {
2970
+ "kind": "Reference",
2971
+ "text": "IconArrowDown",
2972
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2973
+ },
2974
+ {
2975
+ "kind": "Content",
2976
+ "text": ";\n readonly heart: typeof "
2977
+ },
2978
+ {
2979
+ "kind": "Reference",
2980
+ "text": "IconArrowDown",
2981
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2982
+ },
2983
+ {
2984
+ "kind": "Content",
2985
+ "text": ";\n readonly link: typeof "
2986
+ },
2987
+ {
2988
+ "kind": "Reference",
2989
+ "text": "IconArrowDown",
2990
+ "canonicalReference": "svelte!SvelteComponentDev:class"
2991
+ },
2992
+ {
2993
+ "kind": "Content",
2994
+ "text": ";\n readonly magnifying_grass: typeof "
2995
+ },
2996
+ {
2997
+ "kind": "Reference",
2998
+ "text": "IconArrowDown",
2999
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3000
+ },
3001
+ {
3002
+ "kind": "Content",
3003
+ "text": ";\n readonly paperclip: typeof "
3004
+ },
3005
+ {
3006
+ "kind": "Reference",
3007
+ "text": "IconArrowDown",
3008
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3009
+ },
3010
+ {
3011
+ "kind": "Content",
3012
+ "text": ";\n readonly paper_plane: typeof "
3013
+ },
3014
+ {
3015
+ "kind": "Reference",
3016
+ "text": "IconArrowDown",
3017
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3018
+ },
3019
+ {
3020
+ "kind": "Content",
3021
+ "text": ";\n readonly star: typeof "
3022
+ },
3023
+ {
3024
+ "kind": "Reference",
3025
+ "text": "IconArrowDown",
3026
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3027
+ },
3028
+ {
3029
+ "kind": "Content",
3030
+ "text": ";\n readonly ticket: typeof "
3031
+ },
3032
+ {
3033
+ "kind": "Reference",
3034
+ "text": "IconArrowDown",
3035
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3036
+ },
3037
+ {
3038
+ "kind": "Content",
3039
+ "text": ";\n readonly truck: typeof "
3040
+ },
3041
+ {
3042
+ "kind": "Reference",
3043
+ "text": "IconArrowDown",
3044
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3045
+ },
3046
+ {
3047
+ "kind": "Content",
3048
+ "text": ";\n readonly users: typeof "
3049
+ },
3050
+ {
3051
+ "kind": "Reference",
3052
+ "text": "IconArrowDown",
3053
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3054
+ },
3055
+ {
3056
+ "kind": "Content",
3057
+ "text": ";\n readonly x_mark: typeof "
3058
+ },
3059
+ {
3060
+ "kind": "Reference",
3061
+ "text": "IconArrowDown",
3062
+ "canonicalReference": "svelte!SvelteComponentDev:class"
3063
+ },
3064
+ {
3065
+ "kind": "Content",
3066
+ "text": ";\n}"
3067
+ }
3068
+ ],
3069
+ "fileUrlPath": "dist/index.es.d.ts",
3070
+ "isReadonly": true,
3071
+ "releaseTag": "Public",
3072
+ "name": "ICON_VARIANTS",
3073
+ "variableTypeTokenRange": {
3074
+ "startIndex": 1,
3075
+ "endIndex": 54
3076
+ }
3077
+ },
3078
+ {
3079
+ "kind": "TypeAlias",
3080
+ "canonicalReference": "@plaidev/karte-action-sdk!IconProps:type",
3081
+ "docComment": "",
3082
+ "excerptTokens": [
3083
+ {
3084
+ "kind": "Content",
3085
+ "text": "type IconProps = "
3086
+ },
3087
+ {
3088
+ "kind": "Reference",
3089
+ "text": "CommonProps",
3090
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type"
3091
+ },
3092
+ {
3093
+ "kind": "Content",
3094
+ "text": " & {\n variant: string;\n size: string;\n color: string;\n}"
3095
+ },
3096
+ {
3097
+ "kind": "Content",
3098
+ "text": ";"
3099
+ }
3100
+ ],
3101
+ "fileUrlPath": "dist/index.es.d.ts",
3102
+ "releaseTag": "Public",
3103
+ "name": "IconProps",
3104
+ "typeTokenRange": {
3105
+ "startIndex": 1,
3106
+ "endIndex": 3
3107
+ }
3108
+ },
3109
+ {
3110
+ "kind": "TypeAlias",
3111
+ "canonicalReference": "@plaidev/karte-action-sdk!IconVariant:type",
3112
+ "docComment": "",
3113
+ "excerptTokens": [
3114
+ {
3115
+ "kind": "Content",
3116
+ "text": "type IconVariant = "
3117
+ },
3118
+ {
3119
+ "kind": "Content",
3120
+ "text": "(typeof "
3121
+ },
3122
+ {
3123
+ "kind": "Reference",
3124
+ "text": "ICON_VARIANTS",
3125
+ "canonicalReference": "@plaidev/karte-action-sdk!ICON_VARIANTS:var"
3126
+ },
3127
+ {
3128
+ "kind": "Content",
3129
+ "text": ")[keyof typeof "
3130
+ },
3131
+ {
3132
+ "kind": "Reference",
3133
+ "text": "ICON_VARIANTS",
3134
+ "canonicalReference": "@plaidev/karte-action-sdk!ICON_VARIANTS:var"
3135
+ },
3136
+ {
3137
+ "kind": "Content",
3138
+ "text": "]"
3139
+ },
3140
+ {
3141
+ "kind": "Content",
3142
+ "text": ";"
3143
+ }
3144
+ ],
3145
+ "fileUrlPath": "dist/index.es.d.ts",
3146
+ "releaseTag": "Public",
3147
+ "name": "IconVariant",
3148
+ "typeTokenRange": {
3149
+ "startIndex": 1,
3150
+ "endIndex": 6
3151
+ }
3152
+ },
3153
+ {
3154
+ "kind": "TypeAlias",
3155
+ "canonicalReference": "@plaidev/karte-action-sdk!ImageProps:type",
3156
+ "docComment": "",
3157
+ "excerptTokens": [
3158
+ {
3159
+ "kind": "Content",
3160
+ "text": "type ImageProps = "
3161
+ },
3162
+ {
3163
+ "kind": "Reference",
3164
+ "text": "CommonProps",
3165
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type"
3166
+ },
3167
+ {
3168
+ "kind": "Content",
3169
+ "text": " & {\n image?: string;\n width?: "
3170
+ },
3171
+ {
3172
+ "kind": "Reference",
3173
+ "text": "Properties",
3174
+ "canonicalReference": "csstype!Properties:interface"
3175
+ },
3176
+ {
3177
+ "kind": "Content",
3178
+ "text": "[\"width\"];\n aspect?: string;\n alt?: string;\n}"
3179
+ },
3180
+ {
3181
+ "kind": "Content",
3182
+ "text": ";"
3183
+ }
3184
+ ],
3185
+ "fileUrlPath": "dist/index.es.d.ts",
3186
+ "releaseTag": "Public",
3187
+ "name": "ImageProps",
3188
+ "typeTokenRange": {
3189
+ "startIndex": 1,
3190
+ "endIndex": 5
3191
+ }
3192
+ },
3193
+ {
3194
+ "kind": "Function",
3195
+ "canonicalReference": "@plaidev/karte-action-sdk!isOpened:function(1)",
3196
+ "docComment": "/**\n * アクションの表示・非表示の状態を取得する\n *\n * @returns アクションが表示されているときは `true`、非表示のときは `false` を返します。\n *\n * @public\n */\n",
3197
+ "excerptTokens": [
3198
+ {
3199
+ "kind": "Content",
3200
+ "text": "declare function isOpened(): "
3201
+ },
3202
+ {
3203
+ "kind": "Content",
3204
+ "text": "boolean"
3205
+ },
3206
+ {
3207
+ "kind": "Content",
3208
+ "text": ";"
3209
+ }
3210
+ ],
3211
+ "fileUrlPath": "dist/index.es.d.ts",
3212
+ "returnTypeTokenRange": {
3213
+ "startIndex": 1,
3214
+ "endIndex": 2
3215
+ },
3216
+ "releaseTag": "Public",
3217
+ "overloadIndex": 1,
3218
+ "parameters": [],
3219
+ "name": "isOpened"
3220
+ },
3221
+ {
3222
+ "kind": "Variable",
3223
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYER_TEXT_ALIGN_VALUES:var",
3224
+ "docComment": "",
3225
+ "excerptTokens": [
3226
+ {
3227
+ "kind": "Content",
3228
+ "text": "LAYER_TEXT_ALIGN_VALUES: "
3229
+ },
3230
+ {
3231
+ "kind": "Content",
3232
+ "text": "readonly [\n \"center\",\n \"left\",\n \"right\"\n]"
3233
+ }
3234
+ ],
3235
+ "fileUrlPath": "dist/index.es.d.ts",
3236
+ "isReadonly": true,
3237
+ "releaseTag": "Public",
3238
+ "name": "LAYER_TEXT_ALIGN_VALUES",
3239
+ "variableTypeTokenRange": {
3240
+ "startIndex": 1,
3241
+ "endIndex": 2
3242
+ }
3243
+ },
3244
+ {
3245
+ "kind": "Variable",
3246
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYER_TEXT_FONT_WEIGHT_VALUES:var",
3247
+ "docComment": "",
3248
+ "excerptTokens": [
3249
+ {
3250
+ "kind": "Content",
3251
+ "text": "LAYER_TEXT_FONT_WEIGHT_VALUES: "
3252
+ },
3253
+ {
3254
+ "kind": "Content",
3255
+ "text": "readonly [\n \"bold\",\n \"normal\"\n]"
3256
+ }
3257
+ ],
3258
+ "fileUrlPath": "dist/index.es.d.ts",
3259
+ "isReadonly": true,
3260
+ "releaseTag": "Public",
3261
+ "name": "LAYER_TEXT_FONT_WEIGHT_VALUES",
3262
+ "variableTypeTokenRange": {
3263
+ "startIndex": 1,
3264
+ "endIndex": 2
3265
+ }
3266
+ },
3267
+ {
3268
+ "kind": "TypeAlias",
3269
+ "canonicalReference": "@plaidev/karte-action-sdk!LayerLayoutProps:type",
3270
+ "docComment": "",
3271
+ "excerptTokens": [
3272
+ {
3273
+ "kind": "Content",
3274
+ "text": "type LayerLayoutProps = "
3275
+ },
3276
+ {
3277
+ "kind": "Reference",
3278
+ "text": "CommonProps",
3279
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type"
3280
+ },
3281
+ {
3282
+ "kind": "Content",
3283
+ "text": " & "
3284
+ },
3285
+ {
3286
+ "kind": "Reference",
3287
+ "text": "BorderProps",
3288
+ "canonicalReference": "@plaidev/karte-action-sdk!BorderProps:type"
3289
+ },
3290
+ {
3291
+ "kind": "Content",
3292
+ "text": " & "
3293
+ },
3294
+ {
3295
+ "kind": "Reference",
3296
+ "text": "RadiusProps",
3297
+ "canonicalReference": "@plaidev/karte-action-sdk!RadiusProps:type"
3298
+ },
3299
+ {
3300
+ "kind": "Content",
3301
+ "text": " & "
3302
+ },
3303
+ {
3304
+ "kind": "Reference",
3305
+ "text": "ShadowProps",
3306
+ "canonicalReference": "@plaidev/karte-action-sdk!ShadowProps:type"
3307
+ },
3308
+ {
3309
+ "kind": "Content",
3310
+ "text": " & "
3311
+ },
3312
+ {
3313
+ "kind": "Reference",
3314
+ "text": "BackgroundColorProps",
3315
+ "canonicalReference": "@plaidev/karte-action-sdk!BackgroundColorProps:type"
3316
+ },
3317
+ {
3318
+ "kind": "Content",
3319
+ "text": " & "
3320
+ },
3321
+ {
3322
+ "kind": "Reference",
3323
+ "text": "BackgroundImageProps",
3324
+ "canonicalReference": "@plaidev/karte-action-sdk!BackgroundImageProps:type"
3325
+ },
3326
+ {
3327
+ "kind": "Content",
3328
+ "text": " & "
3329
+ },
3330
+ {
3331
+ "kind": "Reference",
3332
+ "text": "PaddingProps",
3333
+ "canonicalReference": "@plaidev/karte-action-sdk!PaddingProps:type"
3334
+ },
3335
+ {
3336
+ "kind": "Content",
3337
+ "text": " & {\n display?: "
3338
+ },
3339
+ {
3340
+ "kind": "Reference",
3341
+ "text": "LayoutDisplayType",
3342
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutDisplayType:type"
3343
+ },
3344
+ {
3345
+ "kind": "Content",
3346
+ "text": ";\n direction?: "
3347
+ },
3348
+ {
3349
+ "kind": "Reference",
3350
+ "text": "LayoutFlexDirection",
3351
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutFlexDirection:type"
3352
+ },
3353
+ {
3354
+ "kind": "Content",
3355
+ "text": ";\n align?: "
3356
+ },
3357
+ {
3358
+ "kind": "Reference",
3359
+ "text": "LayoutFlexAlign",
3360
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutFlexAlign:type"
3361
+ },
3362
+ {
3363
+ "kind": "Content",
3364
+ "text": ";\n justify?: "
3365
+ },
3366
+ {
3367
+ "kind": "Reference",
3368
+ "text": "LayoutFlexJustify",
3369
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutFlexJustify:type"
3370
+ },
3371
+ {
3372
+ "kind": "Content",
3373
+ "text": ";\n rowGap?: "
3374
+ },
3375
+ {
3376
+ "kind": "Reference",
3377
+ "text": "Properties",
3378
+ "canonicalReference": "csstype!Properties:interface"
3379
+ },
3380
+ {
3381
+ "kind": "Content",
3382
+ "text": "[\"rowGap\"];\n columnGap?: "
3383
+ },
3384
+ {
3385
+ "kind": "Reference",
3386
+ "text": "Properties",
3387
+ "canonicalReference": "csstype!Properties:interface"
3388
+ },
3389
+ {
3390
+ "kind": "Content",
3391
+ "text": "[\"columnGap\"];\n width?: "
3392
+ },
3393
+ {
3394
+ "kind": "Reference",
3395
+ "text": "Properties",
3396
+ "canonicalReference": "csstype!Properties:interface"
3397
+ },
3398
+ {
3399
+ "kind": "Content",
3400
+ "text": "[\"width\"];\n}"
3401
+ },
3402
+ {
3403
+ "kind": "Content",
3404
+ "text": ";"
3405
+ }
3406
+ ],
3407
+ "fileUrlPath": "dist/index.es.d.ts",
3408
+ "releaseTag": "Public",
3409
+ "name": "LayerLayoutProps",
3410
+ "typeTokenRange": {
3411
+ "startIndex": 1,
3412
+ "endIndex": 29
3413
+ }
3414
+ },
3415
+ {
3416
+ "kind": "TypeAlias",
3417
+ "canonicalReference": "@plaidev/karte-action-sdk!LayerTextProps:type",
3418
+ "docComment": "",
3419
+ "excerptTokens": [
3420
+ {
3421
+ "kind": "Content",
3422
+ "text": "type LayerTextProps = "
3423
+ },
3424
+ {
3425
+ "kind": "Reference",
3426
+ "text": "CommonProps",
3427
+ "canonicalReference": "@plaidev/karte-action-sdk!CommonProps:type"
3428
+ },
3429
+ {
3430
+ "kind": "Content",
3431
+ "text": " & "
3432
+ },
3433
+ {
3434
+ "kind": "Reference",
3435
+ "text": "BorderProps",
3436
+ "canonicalReference": "@plaidev/karte-action-sdk!BorderProps:type"
3437
+ },
3438
+ {
3439
+ "kind": "Content",
3440
+ "text": " & "
3441
+ },
3442
+ {
3443
+ "kind": "Reference",
3444
+ "text": "RadiusProps",
3445
+ "canonicalReference": "@plaidev/karte-action-sdk!RadiusProps:type"
3446
+ },
3447
+ {
3448
+ "kind": "Content",
3449
+ "text": " & "
3450
+ },
3451
+ {
3452
+ "kind": "Reference",
3453
+ "text": "BackgroundColorProps",
3454
+ "canonicalReference": "@plaidev/karte-action-sdk!BackgroundColorProps:type"
3455
+ },
3456
+ {
3457
+ "kind": "Content",
3458
+ "text": " & "
3459
+ },
3460
+ {
3461
+ "kind": "Reference",
3462
+ "text": "PaddingProps",
3463
+ "canonicalReference": "@plaidev/karte-action-sdk!PaddingProps:type"
3464
+ },
3465
+ {
3466
+ "kind": "Content",
3467
+ "text": " & {\n content: string;\n variant?: string;\n align?: "
3468
+ },
3469
+ {
3470
+ "kind": "Reference",
3471
+ "text": "Properties",
3472
+ "canonicalReference": "csstype!Properties:interface"
3473
+ },
3474
+ {
3475
+ "kind": "Content",
3476
+ "text": "[\"textAlign\"];\n fontSize?: "
3477
+ },
3478
+ {
3479
+ "kind": "Reference",
3480
+ "text": "Properties",
3481
+ "canonicalReference": "csstype!Properties:interface"
3482
+ },
3483
+ {
3484
+ "kind": "Content",
3485
+ "text": "[\"fontSize\"];\n fontWeight?: "
3486
+ },
3487
+ {
3488
+ "kind": "Reference",
3489
+ "text": "Properties",
3490
+ "canonicalReference": "csstype!Properties:interface"
3491
+ },
3492
+ {
3493
+ "kind": "Content",
3494
+ "text": "[\"fontWeight\"];\n color?: "
3495
+ },
3496
+ {
3497
+ "kind": "Reference",
3498
+ "text": "Properties",
3499
+ "canonicalReference": "csstype!Properties:interface"
3500
+ },
3501
+ {
3502
+ "kind": "Content",
3503
+ "text": "[\"color\"];\n width?: "
3504
+ },
3505
+ {
3506
+ "kind": "Reference",
3507
+ "text": "Properties",
3508
+ "canonicalReference": "csstype!Properties:interface"
3509
+ },
3510
+ {
3511
+ "kind": "Content",
3512
+ "text": "[\"width\"];\n}"
3513
+ },
3514
+ {
3515
+ "kind": "Content",
3516
+ "text": ";"
3517
+ }
3518
+ ],
3519
+ "fileUrlPath": "dist/index.es.d.ts",
3520
+ "releaseTag": "Public",
3521
+ "name": "LayerTextProps",
3522
+ "typeTokenRange": {
3523
+ "startIndex": 1,
3524
+ "endIndex": 21
3525
+ }
3526
+ },
3527
+ {
3528
+ "kind": "Variable",
3529
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_ALIGN:var",
3530
+ "docComment": "",
3531
+ "excerptTokens": [
3532
+ {
3533
+ "kind": "Content",
3534
+ "text": "LAYOUT_ALIGN: "
3535
+ },
3536
+ {
3537
+ "kind": "Content",
3538
+ "text": "readonly [\n \"flex-start\",\n \"center\",\n \"flex-end\"\n]"
3539
+ }
3540
+ ],
3541
+ "fileUrlPath": "dist/index.es.d.ts",
3542
+ "isReadonly": true,
3543
+ "releaseTag": "Public",
3544
+ "name": "LAYOUT_ALIGN",
3545
+ "variableTypeTokenRange": {
3546
+ "startIndex": 1,
3547
+ "endIndex": 2
3548
+ }
3549
+ },
3550
+ {
3551
+ "kind": "Variable",
3552
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_COMPONENT_NAMES:var",
3553
+ "docComment": "",
3554
+ "excerptTokens": [
3555
+ {
3556
+ "kind": "Content",
3557
+ "text": "LAYOUT_COMPONENT_NAMES: "
3558
+ },
3559
+ {
3560
+ "kind": "Content",
3561
+ "text": "string[]"
3562
+ }
3563
+ ],
3564
+ "fileUrlPath": "dist/index.es.d.ts",
3565
+ "isReadonly": true,
3566
+ "releaseTag": "Public",
3567
+ "name": "LAYOUT_COMPONENT_NAMES",
3568
+ "variableTypeTokenRange": {
3569
+ "startIndex": 1,
3570
+ "endIndex": 2
3571
+ }
3572
+ },
3573
+ {
3574
+ "kind": "Variable",
3575
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_DIRECTION:var",
3576
+ "docComment": "",
3577
+ "excerptTokens": [
3578
+ {
3579
+ "kind": "Content",
3580
+ "text": "LAYOUT_DIRECTION: "
3581
+ },
3582
+ {
3583
+ "kind": "Content",
3584
+ "text": "readonly [\n \"column\",\n \"column-reverse\",\n \"row\",\n \"row-reverse\"\n]"
3585
+ }
3586
+ ],
3587
+ "fileUrlPath": "dist/index.es.d.ts",
3588
+ "isReadonly": true,
3589
+ "releaseTag": "Public",
3590
+ "name": "LAYOUT_DIRECTION",
3591
+ "variableTypeTokenRange": {
3592
+ "startIndex": 1,
3593
+ "endIndex": 2
3594
+ }
3595
+ },
3596
+ {
3597
+ "kind": "Variable",
3598
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_DISPLAY_TYPE:var",
3599
+ "docComment": "",
3600
+ "excerptTokens": [
3601
+ {
3602
+ "kind": "Content",
3603
+ "text": "LAYOUT_DISPLAY_TYPE: "
3604
+ },
3605
+ {
3606
+ "kind": "Content",
3607
+ "text": "readonly [\n \"inline-flex\",\n \"flex\",\n \"block\"\n]"
3608
+ }
3609
+ ],
3610
+ "fileUrlPath": "dist/index.es.d.ts",
3611
+ "isReadonly": true,
3612
+ "releaseTag": "Public",
3613
+ "name": "LAYOUT_DISPLAY_TYPE",
3614
+ "variableTypeTokenRange": {
3615
+ "startIndex": 1,
3616
+ "endIndex": 2
3617
+ }
3618
+ },
3619
+ {
3620
+ "kind": "Variable",
3621
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_JUSTIFY:var",
3622
+ "docComment": "",
3623
+ "excerptTokens": [
3624
+ {
3625
+ "kind": "Content",
3626
+ "text": "LAYOUT_JUSTIFY: "
3627
+ },
3628
+ {
3629
+ "kind": "Content",
3630
+ "text": "readonly [\n \"flex-start\",\n \"center\",\n \"flex-end\",\n \"space-between\"\n]"
3631
+ }
3632
+ ],
3633
+ "fileUrlPath": "dist/index.es.d.ts",
3634
+ "isReadonly": true,
3635
+ "releaseTag": "Public",
3636
+ "name": "LAYOUT_JUSTIFY",
3637
+ "variableTypeTokenRange": {
3638
+ "startIndex": 1,
3639
+ "endIndex": 2
3640
+ }
2034
3641
  },
2035
3642
  {
2036
- "kind": "Function",
2037
- "canonicalReference": "@plaidev/karte-action-sdk!getSystem:function(1)",
2038
- "docComment": "/**\n * KARTE の設定を取得する\n *\n * @remarks\n *\n * アクションが表示されて設定されるため、{@link onShow} フック関数で利用できます。 取得できる設定は、APIキー、接客ID、アクションショートIDなどです。\n *\n * @returns 現在の KARTE システムの設定を返します\n *\n * @public\n */\n",
3643
+ "kind": "TypeAlias",
3644
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutDisplayType:type",
3645
+ "docComment": "",
2039
3646
  "excerptTokens": [
2040
3647
  {
2041
3648
  "kind": "Content",
2042
- "text": "declare function getSystem(): "
3649
+ "text": "type LayoutDisplayType = "
3650
+ },
3651
+ {
3652
+ "kind": "Content",
3653
+ "text": "(typeof "
2043
3654
  },
2044
3655
  {
2045
3656
  "kind": "Reference",
2046
- "text": "SystemConfig",
2047
- "canonicalReference": "@plaidev/karte-action-sdk!SystemConfig:type"
3657
+ "text": "LAYOUT_DISPLAY_TYPE",
3658
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_DISPLAY_TYPE:var"
3659
+ },
3660
+ {
3661
+ "kind": "Content",
3662
+ "text": ")[number]"
2048
3663
  },
2049
3664
  {
2050
3665
  "kind": "Content",
@@ -2052,28 +3667,34 @@
2052
3667
  }
2053
3668
  ],
2054
3669
  "fileUrlPath": "dist/index.es.d.ts",
2055
- "returnTypeTokenRange": {
2056
- "startIndex": 1,
2057
- "endIndex": 2
2058
- },
2059
3670
  "releaseTag": "Public",
2060
- "overloadIndex": 1,
2061
- "parameters": [],
2062
- "name": "getSystem"
3671
+ "name": "LayoutDisplayType",
3672
+ "typeTokenRange": {
3673
+ "startIndex": 1,
3674
+ "endIndex": 4
3675
+ }
2063
3676
  },
2064
3677
  {
2065
- "kind": "Function",
2066
- "canonicalReference": "@plaidev/karte-action-sdk!getVariables:function(1)",
2067
- "docComment": "/**\n * 変数の一覧を取得する\n *\n * @returns 現在の変数の一覧\n */\n",
3678
+ "kind": "TypeAlias",
3679
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutFlexAlign:type",
3680
+ "docComment": "",
2068
3681
  "excerptTokens": [
2069
3682
  {
2070
3683
  "kind": "Content",
2071
- "text": "declare function getVariables(): "
3684
+ "text": "type LayoutFlexAlign = "
3685
+ },
3686
+ {
3687
+ "kind": "Content",
3688
+ "text": "(typeof "
2072
3689
  },
2073
3690
  {
2074
3691
  "kind": "Reference",
2075
- "text": "ActionVariables",
2076
- "canonicalReference": "@plaidev/karte-action-sdk!ActionVariables:type"
3692
+ "text": "LAYOUT_ALIGN",
3693
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_ALIGN:var"
3694
+ },
3695
+ {
3696
+ "kind": "Content",
3697
+ "text": ")[number]"
2077
3698
  },
2078
3699
  {
2079
3700
  "kind": "Content",
@@ -2081,27 +3702,34 @@
2081
3702
  }
2082
3703
  ],
2083
3704
  "fileUrlPath": "dist/index.es.d.ts",
2084
- "returnTypeTokenRange": {
2085
- "startIndex": 1,
2086
- "endIndex": 2
2087
- },
2088
3705
  "releaseTag": "Public",
2089
- "overloadIndex": 1,
2090
- "parameters": [],
2091
- "name": "getVariables"
3706
+ "name": "LayoutFlexAlign",
3707
+ "typeTokenRange": {
3708
+ "startIndex": 1,
3709
+ "endIndex": 4
3710
+ }
2092
3711
  },
2093
3712
  {
2094
- "kind": "Function",
2095
- "canonicalReference": "@plaidev/karte-action-sdk!isOpened:function(1)",
2096
- "docComment": "/**\n * アクションの表示・非表示の状態を取得する\n *\n * @returns アクションが表示されているときは `true`、非表示のときは `false` を返します。\n *\n * @public\n */\n",
3713
+ "kind": "TypeAlias",
3714
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutFlexDirection:type",
3715
+ "docComment": "",
2097
3716
  "excerptTokens": [
2098
3717
  {
2099
3718
  "kind": "Content",
2100
- "text": "declare function isOpened(): "
3719
+ "text": "type LayoutFlexDirection = "
2101
3720
  },
2102
3721
  {
2103
3722
  "kind": "Content",
2104
- "text": "boolean"
3723
+ "text": "(typeof "
3724
+ },
3725
+ {
3726
+ "kind": "Reference",
3727
+ "text": "LAYOUT_DIRECTION",
3728
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_DIRECTION:var"
3729
+ },
3730
+ {
3731
+ "kind": "Content",
3732
+ "text": ")[number]"
2105
3733
  },
2106
3734
  {
2107
3735
  "kind": "Content",
@@ -2109,36 +3737,46 @@
2109
3737
  }
2110
3738
  ],
2111
3739
  "fileUrlPath": "dist/index.es.d.ts",
2112
- "returnTypeTokenRange": {
2113
- "startIndex": 1,
2114
- "endIndex": 2
2115
- },
2116
3740
  "releaseTag": "Public",
2117
- "overloadIndex": 1,
2118
- "parameters": [],
2119
- "name": "isOpened"
3741
+ "name": "LayoutFlexDirection",
3742
+ "typeTokenRange": {
3743
+ "startIndex": 1,
3744
+ "endIndex": 4
3745
+ }
2120
3746
  },
2121
3747
  {
2122
- "kind": "Variable",
2123
- "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_COMPONENT_NAMES:var",
3748
+ "kind": "TypeAlias",
3749
+ "canonicalReference": "@plaidev/karte-action-sdk!LayoutFlexJustify:type",
2124
3750
  "docComment": "",
2125
3751
  "excerptTokens": [
2126
3752
  {
2127
3753
  "kind": "Content",
2128
- "text": "LAYOUT_COMPONENT_NAMES: "
3754
+ "text": "type LayoutFlexJustify = "
2129
3755
  },
2130
3756
  {
2131
3757
  "kind": "Content",
2132
- "text": "string[]"
3758
+ "text": "(typeof "
3759
+ },
3760
+ {
3761
+ "kind": "Reference",
3762
+ "text": "LAYOUT_JUSTIFY",
3763
+ "canonicalReference": "@plaidev/karte-action-sdk!LAYOUT_JUSTIFY:var"
3764
+ },
3765
+ {
3766
+ "kind": "Content",
3767
+ "text": ")[number]"
3768
+ },
3769
+ {
3770
+ "kind": "Content",
3771
+ "text": ";"
2133
3772
  }
2134
3773
  ],
2135
3774
  "fileUrlPath": "dist/index.es.d.ts",
2136
- "isReadonly": true,
2137
3775
  "releaseTag": "Public",
2138
- "name": "LAYOUT_COMPONENT_NAMES",
2139
- "variableTypeTokenRange": {
3776
+ "name": "LayoutFlexJustify",
3777
+ "typeTokenRange": {
2140
3778
  "startIndex": 1,
2141
- "endIndex": 2
3779
+ "endIndex": 4
2142
3780
  }
2143
3781
  },
2144
3782
  {
@@ -3120,6 +4758,108 @@
3120
4758
  ],
3121
4759
  "name": "onTime"
3122
4760
  },
4761
+ {
4762
+ "kind": "TypeAlias",
4763
+ "canonicalReference": "@plaidev/karte-action-sdk!PaddingProps:type",
4764
+ "docComment": "",
4765
+ "excerptTokens": [
4766
+ {
4767
+ "kind": "Content",
4768
+ "text": "type PaddingProps = "
4769
+ },
4770
+ {
4771
+ "kind": "Content",
4772
+ "text": "{\n paddingTop?: "
4773
+ },
4774
+ {
4775
+ "kind": "Reference",
4776
+ "text": "Properties",
4777
+ "canonicalReference": "csstype!Properties:interface"
4778
+ },
4779
+ {
4780
+ "kind": "Content",
4781
+ "text": "[\"paddingTop\"];\n paddingLeft?: "
4782
+ },
4783
+ {
4784
+ "kind": "Reference",
4785
+ "text": "Properties",
4786
+ "canonicalReference": "csstype!Properties:interface"
4787
+ },
4788
+ {
4789
+ "kind": "Content",
4790
+ "text": "[\"paddingLeft\"];\n paddingBottom?: "
4791
+ },
4792
+ {
4793
+ "kind": "Reference",
4794
+ "text": "Properties",
4795
+ "canonicalReference": "csstype!Properties:interface"
4796
+ },
4797
+ {
4798
+ "kind": "Content",
4799
+ "text": "[\"paddingBottom\"];\n paddingRight?: "
4800
+ },
4801
+ {
4802
+ "kind": "Reference",
4803
+ "text": "Properties",
4804
+ "canonicalReference": "csstype!Properties:interface"
4805
+ },
4806
+ {
4807
+ "kind": "Content",
4808
+ "text": "[\"paddingRight\"];\n}"
4809
+ },
4810
+ {
4811
+ "kind": "Content",
4812
+ "text": ";"
4813
+ }
4814
+ ],
4815
+ "fileUrlPath": "dist/index.es.d.ts",
4816
+ "releaseTag": "Public",
4817
+ "name": "PaddingProps",
4818
+ "typeTokenRange": {
4819
+ "startIndex": 1,
4820
+ "endIndex": 10
4821
+ }
4822
+ },
4823
+ {
4824
+ "kind": "TypeAlias",
4825
+ "canonicalReference": "@plaidev/karte-action-sdk!PositionProps:type",
4826
+ "docComment": "",
4827
+ "excerptTokens": [
4828
+ {
4829
+ "kind": "Content",
4830
+ "text": "type PositionProps = "
4831
+ },
4832
+ {
4833
+ "kind": "Reference",
4834
+ "text": "PositionPlaceProps",
4835
+ "canonicalReference": "@plaidev/karte-action-sdk!~PositionPlaceProps:type"
4836
+ },
4837
+ {
4838
+ "kind": "Content",
4839
+ "text": " & {\n position?: "
4840
+ },
4841
+ {
4842
+ "kind": "Reference",
4843
+ "text": "Properties",
4844
+ "canonicalReference": "csstype!Properties:interface"
4845
+ },
4846
+ {
4847
+ "kind": "Content",
4848
+ "text": "[\"position\"];\n}"
4849
+ },
4850
+ {
4851
+ "kind": "Content",
4852
+ "text": ";"
4853
+ }
4854
+ ],
4855
+ "fileUrlPath": "dist/index.es.d.ts",
4856
+ "releaseTag": "Public",
4857
+ "name": "PositionProps",
4858
+ "typeTokenRange": {
4859
+ "startIndex": 1,
4860
+ "endIndex": 5
4861
+ }
4862
+ },
3123
4863
  {
3124
4864
  "kind": "TypeAlias",
3125
4865
  "canonicalReference": "@plaidev/karte-action-sdk!PublishFunction:type",
@@ -3146,6 +4886,68 @@
3146
4886
  "endIndex": 2
3147
4887
  }
3148
4888
  },
4889
+ {
4890
+ "kind": "TypeAlias",
4891
+ "canonicalReference": "@plaidev/karte-action-sdk!RadiusProps:type",
4892
+ "docComment": "",
4893
+ "excerptTokens": [
4894
+ {
4895
+ "kind": "Content",
4896
+ "text": "type RadiusProps = "
4897
+ },
4898
+ {
4899
+ "kind": "Content",
4900
+ "text": "{\n borderTopLeftRadius: "
4901
+ },
4902
+ {
4903
+ "kind": "Reference",
4904
+ "text": "Properties",
4905
+ "canonicalReference": "csstype!Properties:interface"
4906
+ },
4907
+ {
4908
+ "kind": "Content",
4909
+ "text": "[\"borderTopLeftRadius\"];\n borderTopRightRadius: "
4910
+ },
4911
+ {
4912
+ "kind": "Reference",
4913
+ "text": "Properties",
4914
+ "canonicalReference": "csstype!Properties:interface"
4915
+ },
4916
+ {
4917
+ "kind": "Content",
4918
+ "text": "[\"borderTopRightRadius\"];\n borderBottomLeftRadius: "
4919
+ },
4920
+ {
4921
+ "kind": "Reference",
4922
+ "text": "Properties",
4923
+ "canonicalReference": "csstype!Properties:interface"
4924
+ },
4925
+ {
4926
+ "kind": "Content",
4927
+ "text": "[\"borderBottomLeftRadius\"];\n borderBottomRightRadius: "
4928
+ },
4929
+ {
4930
+ "kind": "Reference",
4931
+ "text": "Properties",
4932
+ "canonicalReference": "csstype!Properties:interface"
4933
+ },
4934
+ {
4935
+ "kind": "Content",
4936
+ "text": "[\"borderBottomRightRadius\"];\n}"
4937
+ },
4938
+ {
4939
+ "kind": "Content",
4940
+ "text": ";"
4941
+ }
4942
+ ],
4943
+ "fileUrlPath": "dist/index.es.d.ts",
4944
+ "releaseTag": "Public",
4945
+ "name": "RadiusProps",
4946
+ "typeTokenRange": {
4947
+ "startIndex": 1,
4948
+ "endIndex": 10
4949
+ }
4950
+ },
3149
4951
  {
3150
4952
  "kind": "Function",
3151
4953
  "canonicalReference": "@plaidev/karte-action-sdk!removeAnswer:function(1)",
@@ -3573,6 +5375,41 @@
3573
5375
  ],
3574
5376
  "name": "setVariables"
3575
5377
  },
5378
+ {
5379
+ "kind": "TypeAlias",
5380
+ "canonicalReference": "@plaidev/karte-action-sdk!ShadowProps:type",
5381
+ "docComment": "",
5382
+ "excerptTokens": [
5383
+ {
5384
+ "kind": "Content",
5385
+ "text": "type ShadowProps = "
5386
+ },
5387
+ {
5388
+ "kind": "Content",
5389
+ "text": "{\n shadow: "
5390
+ },
5391
+ {
5392
+ "kind": "Reference",
5393
+ "text": "Properties",
5394
+ "canonicalReference": "csstype!Properties:interface"
5395
+ },
5396
+ {
5397
+ "kind": "Content",
5398
+ "text": "[\"boxShadow\"];\n}"
5399
+ },
5400
+ {
5401
+ "kind": "Content",
5402
+ "text": ";"
5403
+ }
5404
+ ],
5405
+ "fileUrlPath": "dist/index.es.d.ts",
5406
+ "releaseTag": "Public",
5407
+ "name": "ShadowProps",
5408
+ "typeTokenRange": {
5409
+ "startIndex": 1,
5410
+ "endIndex": 4
5411
+ }
5412
+ },
3576
5413
  {
3577
5414
  "kind": "Function",
3578
5415
  "canonicalReference": "@plaidev/karte-action-sdk!showAction:function(1)",
@@ -3612,7 +5449,7 @@
3612
5449
  },
3613
5450
  {
3614
5451
  "kind": "Content",
3615
- "text": "{\n apiKey?: string;\n campaignId?: string;\n shortenId?: string;\n}"
5452
+ "text": "{\n apiKey?: string;\n collection_endpoint?: string;\n campaignId?: string;\n shortenId?: string;\n}"
3616
5453
  },
3617
5454
  {
3618
5455
  "kind": "Content",
@@ -4475,7 +6312,7 @@
4475
6312
  },
4476
6313
  {
4477
6314
  "kind": "Content",
4478
- "text": "{\n api_key: string;\n target?: \"web\" | \"native\";\n }"
6315
+ "text": "{\n api_key: string;\n // TODO: edgejsのリリース状況によっては入ってこない可能性があるためoptionalにしているが、リリース完了後にrequiredに変更する\n collection_endpoint?: string;\n target?: \"web\" | \"native\";\n }"
4479
6316
  },
4480
6317
  {
4481
6318
  "kind": "Content",
@@ -5079,7 +6916,7 @@
5079
6916
  },
5080
6917
  {
5081
6918
  "kind": "Content",
5082
- "text": "{\n api_key: string;\n table: string;\n endpoint?: string;\n }"
6919
+ "text": "{\n api_key: string;\n table: string;\n collection_endpoint?: string;\n }"
5083
6920
  },
5084
6921
  {
5085
6922
  "kind": "Content",
@@ -6271,7 +8108,7 @@
6271
8108
  },
6272
8109
  {
6273
8110
  "kind": "Content",
6274
- "text": "{\n apiKey?: string;\n campaignId?: string;\n shortenId?: string;\n }"
8111
+ "text": "{\n apiKey?: string;\n collection_endpoint?: string;\n campaignId?: string;\n shortenId?: string;\n }"
6275
8112
  },
6276
8113
  {
6277
8114
  "kind": "Content",