@skedulo/breeze-ui 1.22.1 → 1.22.2

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.
@@ -8637,7 +8637,6 @@
8637
8637
  "text": "Syntax"
8638
8638
  },
8639
8639
  "default": "'nunjucks'",
8640
- "description": "Sets the syntax color mode",
8641
8640
  "fieldName": "mode",
8642
8641
  "inheritedFrom": {
8643
8642
  "name": "InputCode",
@@ -8663,7 +8662,6 @@
8663
8662
  "text": "number"
8664
8663
  },
8665
8664
  "default": "10",
8666
- "description": "Sets the height",
8667
8665
  "fieldName": "height",
8668
8666
  "inheritedFrom": {
8669
8667
  "name": "InputCode",
@@ -8676,13 +8674,24 @@
8676
8674
  "text": "boolean"
8677
8675
  },
8678
8676
  "default": "false",
8679
- "description": "Toggles the line numbers",
8680
8677
  "fieldName": "hideLineNumbers",
8681
8678
  "inheritedFrom": {
8682
8679
  "name": "InputCode",
8683
8680
  "module": "src/components/form-elements/input-code.ts"
8684
8681
  }
8685
8682
  },
8683
+ {
8684
+ "name": "autocomplete-list",
8685
+ "type": {
8686
+ "text": "string[]"
8687
+ },
8688
+ "default": "[]",
8689
+ "fieldName": "autocompleteList",
8690
+ "inheritedFrom": {
8691
+ "name": "InputCode",
8692
+ "module": "src/components/form-elements/input-code.ts"
8693
+ }
8694
+ },
8686
8695
  {
8687
8696
  "name": "readonly",
8688
8697
  "type": {
@@ -8844,7 +8853,6 @@
8844
8853
  "text": "Syntax"
8845
8854
  },
8846
8855
  "default": "'nunjucks'",
8847
- "description": "Sets the syntax color mode",
8848
8856
  "attribute": "mode",
8849
8857
  "inheritedFrom": {
8850
8858
  "name": "InputCode",
@@ -8873,7 +8881,6 @@
8873
8881
  "text": "number"
8874
8882
  },
8875
8883
  "default": "10",
8876
- "description": "Sets the height",
8877
8884
  "attribute": "height",
8878
8885
  "inheritedFrom": {
8879
8886
  "name": "InputCode",
@@ -8887,22 +8894,56 @@
8887
8894
  "text": "boolean"
8888
8895
  },
8889
8896
  "default": "false",
8890
- "description": "Toggles the line numbers",
8891
8897
  "attribute": "hide-line-numbers",
8892
8898
  "inheritedFrom": {
8893
8899
  "name": "InputCode",
8894
8900
  "module": "src/components/form-elements/input-code.ts"
8895
8901
  }
8896
8902
  },
8903
+ {
8904
+ "kind": "field",
8905
+ "name": "autocompleteList",
8906
+ "type": {
8907
+ "text": "string[]"
8908
+ },
8909
+ "default": "[]",
8910
+ "attribute": "autocomplete-list",
8911
+ "inheritedFrom": {
8912
+ "name": "InputCode",
8913
+ "module": "src/components/form-elements/input-code.ts"
8914
+ }
8915
+ },
8916
+ {
8917
+ "kind": "field",
8918
+ "name": "editor",
8919
+ "type": {
8920
+ "text": "Code.EditorFromTextArea | undefined"
8921
+ },
8922
+ "inheritedFrom": {
8923
+ "name": "InputCode",
8924
+ "module": "src/components/form-elements/input-code.ts"
8925
+ }
8926
+ },
8897
8927
  {
8898
8928
  "kind": "method",
8899
- "name": "changeHandler",
8929
+ "name": "atSignHint",
8930
+ "return": {
8931
+ "type": {
8932
+ "text": "CodeMirror.Hints | null"
8933
+ }
8934
+ },
8900
8935
  "parameters": [
8901
8936
  {
8902
8937
  "name": "editor",
8903
8938
  "type": {
8904
8939
  "text": "Code.Editor"
8905
8940
  }
8941
+ },
8942
+ {
8943
+ "name": "options",
8944
+ "type": {
8945
+ "text": "CodeMirror.ShowHintOptions"
8946
+ }
8906
8947
  }
8907
8948
  ],
8908
8949
  "inheritedFrom": {
@@ -8910,6 +8951,24 @@
8910
8951
  "module": "src/components/form-elements/input-code.ts"
8911
8952
  }
8912
8953
  },
8954
+ {
8955
+ "kind": "method",
8956
+ "name": "updateEditorSize",
8957
+ "privacy": "private",
8958
+ "inheritedFrom": {
8959
+ "name": "InputCode",
8960
+ "module": "src/components/form-elements/input-code.ts"
8961
+ }
8962
+ },
8963
+ {
8964
+ "kind": "method",
8965
+ "name": "handleEditorMouseDown",
8966
+ "privacy": "private",
8967
+ "inheritedFrom": {
8968
+ "name": "InputCode",
8969
+ "module": "src/components/form-elements/input-code.ts"
8970
+ }
8971
+ },
8913
8972
  {
8914
8973
  "kind": "method",
8915
8974
  "name": "renderInput",
@@ -22342,7 +22401,6 @@
22342
22401
  "text": "Syntax"
22343
22402
  },
22344
22403
  "default": "'nunjucks'",
22345
- "description": "Sets the syntax color mode",
22346
22404
  "attribute": "mode"
22347
22405
  },
22348
22406
  {
@@ -22367,7 +22425,6 @@
22367
22425
  "text": "number"
22368
22426
  },
22369
22427
  "default": "10",
22370
- "description": "Sets the height",
22371
22428
  "attribute": "height"
22372
22429
  },
22373
22430
  {
@@ -22377,21 +22434,57 @@
22377
22434
  "text": "boolean"
22378
22435
  },
22379
22436
  "default": "false",
22380
- "description": "Toggles the line numbers",
22381
22437
  "attribute": "hide-line-numbers"
22382
22438
  },
22439
+ {
22440
+ "kind": "field",
22441
+ "name": "autocompleteList",
22442
+ "type": {
22443
+ "text": "string[]"
22444
+ },
22445
+ "default": "[]",
22446
+ "attribute": "autocomplete-list"
22447
+ },
22448
+ {
22449
+ "kind": "field",
22450
+ "name": "editor",
22451
+ "type": {
22452
+ "text": "Code.EditorFromTextArea | undefined"
22453
+ }
22454
+ },
22383
22455
  {
22384
22456
  "kind": "method",
22385
- "name": "changeHandler",
22457
+ "name": "atSignHint",
22458
+ "return": {
22459
+ "type": {
22460
+ "text": "CodeMirror.Hints | null"
22461
+ }
22462
+ },
22386
22463
  "parameters": [
22387
22464
  {
22388
22465
  "name": "editor",
22389
22466
  "type": {
22390
22467
  "text": "Code.Editor"
22391
22468
  }
22469
+ },
22470
+ {
22471
+ "name": "options",
22472
+ "type": {
22473
+ "text": "CodeMirror.ShowHintOptions"
22474
+ }
22392
22475
  }
22393
22476
  ]
22394
22477
  },
22478
+ {
22479
+ "kind": "method",
22480
+ "name": "updateEditorSize",
22481
+ "privacy": "private"
22482
+ },
22483
+ {
22484
+ "kind": "method",
22485
+ "name": "handleEditorMouseDown",
22486
+ "privacy": "private"
22487
+ },
22395
22488
  {
22396
22489
  "kind": "method",
22397
22490
  "name": "renderInput",
@@ -22659,7 +22752,6 @@
22659
22752
  "text": "Syntax"
22660
22753
  },
22661
22754
  "default": "'nunjucks'",
22662
- "description": "Sets the syntax color mode",
22663
22755
  "fieldName": "mode"
22664
22756
  },
22665
22757
  {
@@ -22681,7 +22773,6 @@
22681
22773
  "text": "number"
22682
22774
  },
22683
22775
  "default": "10",
22684
- "description": "Sets the height",
22685
22776
  "fieldName": "height"
22686
22777
  },
22687
22778
  {
@@ -22690,9 +22781,16 @@
22690
22781
  "text": "boolean"
22691
22782
  },
22692
22783
  "default": "false",
22693
- "description": "Toggles the line numbers",
22694
22784
  "fieldName": "hideLineNumbers"
22695
22785
  },
22786
+ {
22787
+ "name": "autocomplete-list",
22788
+ "type": {
22789
+ "text": "string[]"
22790
+ },
22791
+ "default": "[]",
22792
+ "fieldName": "autocompleteList"
22793
+ },
22696
22794
  {
22697
22795
  "name": "readonly",
22698
22796
  "type": {