@bigbinary/neeto-form-frontend 1.0.50 → 1.0.51

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.cjs.js CHANGED
@@ -23511,12 +23511,7 @@ var common = {
23511
23511
  fieldReq: "{{field}} is required",
23512
23512
  thisFieldIsRequired: "This Field is required",
23513
23513
  somethingWentWrong: "Something went wrong!",
23514
- unsavedChangesAlert: {
23515
- title: "You have unsaved changes!",
23516
- message: "Are you sure you want to continue? All of your unsaved changes will be lost."
23517
- },
23518
23514
  "delete": "Delete",
23519
- remove: "Remove",
23520
23515
  agreeTermsAndConditions: "I agree to terms & conditions mentioned below",
23521
23516
  agreeCondition: "I agree",
23522
23517
  mustAcceptTermsAndConditions: "You must accept the terms and conditions",
@@ -23525,26 +23520,17 @@ var common = {
23525
23520
  phNo: "Phone number",
23526
23521
  name: "Name",
23527
23522
  text: "Text",
23528
- results: "Results",
23529
23523
  rate: "Rate",
23530
23524
  reset: "Reset",
23531
- submit: "Submit",
23532
- formName: "Form Name",
23533
23525
  singleChoice: "Single choice",
23534
23526
  company: "Company",
23535
23527
  select: "Select",
23536
23528
  selectOne: "Select one",
23537
23529
  required: "Required",
23538
- description: "Description",
23539
- cantBeEmpty: "{{field}} can't be empty",
23540
23530
  invalidURL: "Invalid URL",
23541
23531
  paragraphCantBeEmpty: "Paragraph can't be empty",
23542
23532
  fillTheFormToChat: "Please fill in the form to start chatting.",
23543
23533
  phoneNumberValidation: "phone number starting with country code",
23544
- phoneNo: {
23545
- defaultPlaceholder: "Phone number starting with country code. Eg: +1543213321"
23546
- },
23547
- content: "Content",
23548
23534
  yes: "Yes",
23549
23535
  count: "Count",
23550
23536
  icon: "Icon",
@@ -23567,7 +23553,6 @@ var fields = {
23567
23553
  tcf: "Terms and conditions",
23568
23554
  date: "Date",
23569
23555
  fbf: "Feedback",
23570
- meif: "Multiple email",
23571
23556
  agif: "Additional guests",
23572
23557
  rtf: "Rich text field",
23573
23558
  cf: "Condition"
@@ -23592,15 +23577,11 @@ var questions = {
23592
23577
  },
23593
23578
  common: {
23594
23579
  notFound: "No questions found",
23595
- switchLabel: "{{label}} questions",
23596
23580
  primaryPanel: {
23597
- resetMsg: "The changes are canceled.",
23598
23581
  addNewQuestion: "Add new question"
23599
23582
  },
23600
23583
  duplicateBtn: "Duplicate",
23601
- minOneQuestion: "At least 1 question is required",
23602
23584
  questionFields: {
23603
- descr: "Enter your description",
23604
23585
  field: {
23605
23586
  question: "Question",
23606
23587
  placeholder: "Placeholder",
@@ -23608,19 +23589,7 @@ var questions = {
23608
23589
  addOption: "Add new option",
23609
23590
  option: "Option",
23610
23591
  options: "Options",
23611
- ratings: "Ratings",
23612
- ty: "Enter your thank you message here",
23613
- yes: "Yes",
23614
- no: "No",
23615
23592
  labelExample: "Eg: {{what}}",
23616
- placeholderExample: "Eg: Please enter your {{what}}",
23617
- placeholderExampleSelect: "Eg: Please select {{what}}",
23618
- termsLink: "Terms and conditions link",
23619
- termsLinkPlaceholder: "Eg: https://www.example.com/terms",
23620
- policyLink: "Privacy policy link",
23621
- policyLinkPlaceholder: "Eg: https://www.example.com/policy",
23622
- showEnableButton: "Show enable button",
23623
- enableButtonLabel: "Enable button label",
23624
23593
  label: "Label"
23625
23594
  }
23626
23595
  }