@tsed/tailwind-formio 2.3.1 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -804,7 +804,7 @@ function form$B (ctx) {
804
804
 
805
805
  var field = {
806
806
  form: form$B,
807
- align: align
807
+ align
808
808
  };
809
809
 
810
810
  function form$A (ctx) {
@@ -992,7 +992,7 @@ var icon = {
992
992
  form: form$x
993
993
  };
994
994
 
995
- var ICONS = {
995
+ const ICONS = {
996
996
  remove: "bxs-trash",
997
997
  "question-sign": "bx-question-mark inline-block border-1 bg-gray-400 border-solid border-gray-400 text-white text-xxs rounded-full mx-2 mt-px",
998
998
  "new-window": "bx-windows",
@@ -1044,7 +1044,7 @@ var ICONS = {
1044
1044
  "remove-circle": "bx-x",
1045
1045
  bars: "bx-menu"
1046
1046
  };
1047
- var iconClass = (function (iconset, name, spinning) {
1047
+ var iconClass = ((iconset, name, spinning) => {
1048
1048
  if (iconset === "bx") {
1049
1049
  if (ICONS[name]) {
1050
1050
  name = ICONS[name];
@@ -1606,7 +1606,7 @@ function html (ctx) {
1606
1606
 
1607
1607
  var survey = {
1608
1608
  form: form$b,
1609
- html: html
1609
+ html
1610
1610
  };
1611
1611
 
1612
1612
  function flat (ctx) {
@@ -1639,7 +1639,7 @@ function form$a (ctx) {
1639
1639
  }
1640
1640
 
1641
1641
  var tab = {
1642
- flat: flat,
1642
+ flat,
1643
1643
  form: form$a
1644
1644
  };
1645
1645
 
@@ -1825,7 +1825,7 @@ function form$4 (ctx) {
1825
1825
 
1826
1826
  var wizard = {
1827
1827
  form: form$4,
1828
- builder: builder
1828
+ builder
1829
1829
  };
1830
1830
 
1831
1831
  function form$3 (ctx) {
@@ -1925,96 +1925,95 @@ function form (ctx) {
1925
1925
  }
1926
1926
 
1927
1927
  var wizardNav = {
1928
- form: form
1928
+ form
1929
1929
  };
1930
1930
 
1931
1931
  var tailwind = _extends({
1932
- ICONS: ICONS,
1933
- transform: function transform(type, text) {
1932
+ ICONS,
1933
+ transform(type, text) {
1934
1934
  if (!text) {
1935
1935
  return text;
1936
1936
  }
1937
1937
  switch (type) {
1938
1938
  case "class":
1939
- // eslint-disable-next-line no-prototype-builtins
1940
1939
  return this.cssClasses.hasOwnProperty(text.toString()) ? this.cssClasses[text.toString()] : text;
1941
1940
  }
1942
1941
  return text;
1943
1942
  },
1944
1943
  defaultIconset: "bx",
1945
- iconClass: iconClass,
1946
- cssClasses: cssClasses,
1947
- address: address,
1944
+ iconClass,
1945
+ cssClasses,
1946
+ address,
1948
1947
  builder: builder$2,
1949
- builderComponent: builderComponent,
1950
- builderComponents: builderComponents,
1951
- builderEditForm: builderEditForm,
1952
- builderPlaceholder: builderPlaceholder,
1953
- builderSidebar: builderSidebar,
1954
- builderSidebarGroup: builderSidebarGroup,
1955
- builderWizard: builderWizard,
1956
- button: button,
1957
- checkbox: checkbox,
1958
- columns: columns,
1959
- component: component,
1960
- componentModal: componentModal,
1961
- components: components,
1962
- tableComponents: tableComponents,
1963
- container: container,
1964
- datagrid: datagrid,
1965
- day: day,
1966
- dialog: dialog,
1967
- editgrid: editgrid,
1968
- editgridTable: editgridTable,
1969
- field: field,
1970
- fieldset: fieldset,
1971
- file: file,
1948
+ builderComponent,
1949
+ builderComponents,
1950
+ builderEditForm,
1951
+ builderPlaceholder,
1952
+ builderSidebar,
1953
+ builderSidebarGroup,
1954
+ builderWizard,
1955
+ button,
1956
+ checkbox,
1957
+ columns,
1958
+ component,
1959
+ componentModal,
1960
+ components,
1961
+ tableComponents,
1962
+ container,
1963
+ datagrid,
1964
+ day,
1965
+ dialog,
1966
+ editgrid,
1967
+ editgridTable,
1968
+ field,
1969
+ fieldset,
1970
+ file,
1972
1971
  html: html$6,
1973
- icon: icon,
1974
- input: input,
1975
- label: label,
1976
- loader: loader,
1977
- loading: loading,
1978
- map: map,
1979
- message: message,
1980
- modaledit: modaledit,
1981
- modaldialog: modaldialog,
1982
- modalPreview: modalPreview,
1983
- multipleMasksInput: multipleMasksInput,
1984
- multiValueRow: multiValueRow,
1985
- multiValueTable: multiValueTable,
1986
- panel: panel,
1987
- pdf: pdf,
1988
- pdfBuilder: pdfBuilder,
1989
- pdfBuilderUpload: pdfBuilderUpload,
1990
- radio: radio,
1991
- resourceAdd: resourceAdd,
1992
- select: select,
1993
- selectOption: selectOption,
1994
- signature: signature,
1995
- survey: survey,
1996
- tab: tab,
1997
- table: table,
1998
- tree: tree
1972
+ icon,
1973
+ input,
1974
+ label,
1975
+ loader,
1976
+ loading,
1977
+ map,
1978
+ message,
1979
+ modaledit,
1980
+ modaldialog,
1981
+ modalPreview,
1982
+ multipleMasksInput,
1983
+ multiValueRow,
1984
+ multiValueTable,
1985
+ panel,
1986
+ pdf,
1987
+ pdfBuilder,
1988
+ pdfBuilderUpload,
1989
+ radio,
1990
+ resourceAdd,
1991
+ select,
1992
+ selectOption,
1993
+ signature,
1994
+ survey,
1995
+ tab,
1996
+ table,
1997
+ tree
1999
1998
  }, treePartials, {
2000
- webform: webform,
2001
- well: well,
2002
- wizard: wizard,
2003
- wizardHeader: wizardHeader,
2004
- wizardHeaderClassic: wizardHeaderClassic,
2005
- wizardHeaderVertical: wizardHeaderVertical,
2006
- wizardNav: wizardNav,
2007
- errorsList: errorsList,
2008
- alert: alert
1999
+ webform,
2000
+ well,
2001
+ wizard,
2002
+ wizardHeader,
2003
+ wizardHeaderClassic,
2004
+ wizardHeaderVertical,
2005
+ wizardNav,
2006
+ errorsList,
2007
+ alert
2009
2008
  });
2010
2009
 
2011
2010
  var templates = {
2012
- tailwind: tailwind
2011
+ tailwind
2013
2012
  };
2014
2013
 
2015
2014
  var index = {
2016
2015
  framework: "tailwind",
2017
- templates: templates
2016
+ templates
2018
2017
  };
2019
2018
 
2020
2019
  module.exports = index;